摘要: const path = require("path"); const htmlWebpackPlugin = require("html-webpack-plugin"); //定义入库文件和出口文件路径 const PATH = { app:path.join(__dirname,"./src/js/main.js"), build:path.join(__dirname,... 阅读全文
posted @ 2019-04-21 22:38 PrayLs 阅读(461) 评论(0) 推荐(0) 编辑