摘要:
1.加载css npm install --save-dev style-loader css-loaderwebpack.config.js文件中: const path = require('path'); module.exports = { entry: './src/index.js', 阅读全文
posted @ 2019-11-22 18:11
斩月飞仙
阅读(167)
评论(0)
推荐(0)
摘要:
1.在cmd终端执行 npx webpack命令 2.在package.json文件同级建立webpack.config.js文件,内容如下: const path = require('path'); module.exports = { entry: './src/index.js', // 入 阅读全文
posted @ 2019-11-22 17:14
斩月飞仙
阅读(968)
评论(0)
推荐(0)
浙公网安备 33010602011771号