1 Star 0 Fork 0

孤傲/AS-UI-YYDS

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
vue.config.js 555 Bytes
一键复制 编辑 原始数据 按行查看 历史
孤傲 提交于 2021-09-24 18:18 . updata
module.exports = {
publicPath: "./",
assetsDir: "static",
productionSourceMap: false,
pages: {
index: {
// 首先修改入口文件地址为examples下的main.js,其次将packages加入打包编译任务中
entry: "example/mian.js",
template: "public/index.html",
filename: "index.html",
},
},
devServer: {
open: true,
port: 8080,
},
chainWebpack: (config) => {
config.module
.rule("js")
.include.add("/packages")
.end()
.use("babel")
.loader("babel-loader");
},
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/was666/as-ui.git
git@gitee.com:was666/as-ui.git
was666
as-ui
AS-UI-YYDS
master

搜索帮助