摘要: const path=require("path"); const HtmlWebpackPlugin=require("html-webpack-plugin") module.exports={ entry:{ app:'./src/app.js', main:'./src/main.js' } 阅读全文
posted @ 2022-11-24 11:05 小白字太白 阅读(120) 评论(0) 推荐(0)