摘要: const path = require('path') const htmlWebpackPlugin = require('html-webpack-plugin') // 导入每次删除文件夹的插件 const cleanWebpackPlugin = require('clean-webpac 阅读全文
posted @ 2020-05-19 23:52 itcast-yeguoke 阅读(162) 评论(0) 推荐(0) 编辑
摘要: const path = require('path') const htmlWebpackPlugin = require('html-webpack-plugin') module.exports = { entry: path.join(__dirname, './src/main.js'), 阅读全文
posted @ 2020-05-19 23:37 itcast-yeguoke 阅读(222) 评论(0) 推荐(0) 编辑
摘要: { "name": "webpack-senior", "version": "1.0.0", "description": "", "main": "webpack.config.js", "scripts": { "test": "echo \"Error: no test  阅读全文
posted @ 2020-05-19 23:35 itcast-yeguoke 阅读(254) 评论(0) 推荐(0) 编辑