文件名称:modernizr-webpack-plugin:在Webpack编译期间编译自定义的Modernizr构建
文件大小:52KB
文件格式:ZIP
更新时间:2024-06-05 22:48:01
JavaScript
modernizr-webpack-plugin 在webpack编译期间生成自定义的modernizr构建。 包括与集成的支持 安装 $ npm install modernizr-webpack-plugin 用法 将modernizr-webpack-plugin添加到webpack配置中的插件列表中 // webpack.config.js var ModernizrWebpackPlugin = require ( 'modernizr-webpack-plugin' ) ; module . exports = { entry : 'app.js' , output : { filename : 'app-bundle.js' } , plugins : [ new ModernizrWebpackPlugin ( ) ] } 设定档 M
【文件预览】:
modernizr-webpack-plugin-master
----.eslintrc(4KB)
----template.html(197B)
----webpack.config.js(465B)
----.babelrc(16B)
----.travis.yml(138B)
----LICENSE(1KB)
----karma.entry.js(168B)
----README.md(3KB)
----mocha.entry.js(3KB)
----.editorconfig(777B)
----tests()
--------entry.spec.js(404B)
--------feature-detects.js(52B)
--------entry.js(516B)
----.gitignore(192B)
----index.js(6KB)
----karma.conf.js(1KB)
----karma.runner.js(1KB)
----package-lock.json(178KB)
----package.json(2KB)