企业🤖AI Agent构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
~~~ module.exports = { publicPath:'./', pages: { index: { // page 的入口 entry:"src/main.js", // 在 dist/index.html 的输出 filename: 'index.html', // 当使用 title 选项时, // template 中的 title 标签需要是 <title><%= htmlWebpackPlugin.options.title %></title> title: '维-汉-英翻译', }, } } ~~~