babel plugin file loader:与webpack的文件加载器类似但在服务器端。 允许生产级require('。file.png') 源码
babel插件文件加载器 与Webpack的,但在服务器端。 拥有95%的测试覆盖率! 安装 yarn add babel-plugin-file-loader 或者,如果您喜欢npm: npm install babel-plugin-file-loader --save 然后将以下“文件加载器”作为.babelrc中的插件: { " plugins " : [ " file-loader " ] } 这等效于以下默认配置: { " plugins " : [ [ " file-loader " , { " name " :
文件列表
babel-plugin-file-loader-master.zip
(预估有个42文件)
babel-plugin-file-loader-master
yarn.lock
195KB
.prettierignore
14B
src
transform.js
3KB
index.js
2KB
.npmignore
106B
examples
with-helmet
yarn.lock
102KB
暂无评论