1 Star 0 Fork 103

curitis/form-create-designer

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
vue.config.js 678 Bytes
一键复制 编辑 原始数据 按行查看 历史
xaboy 提交于 2022-10-04 20:05 . 适配 vue3
/*
* @Author : djkloop
* @Date : 2020-08-15 21:16:03
* @LastEditors : djkloop
* @LastEditTime : 2021-09-21 17:18:46
* @Description : 头部注释
* @FilePath : /form-create2/packages/element-ui/vue.config.js
*/
module.exports = {
pages: {
app: {
entry: 'examples/main.js',
template: 'examples/index.html',
filename: 'index.html'
}
},
configureWebpack: {
module: {
rules: [
{
test: /\.mjs$/,
include: /node_modules/,
type: 'javascript/auto'
},
]
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/curitis/form-create-designer.git
git@gitee.com:curitis/form-create-designer.git
curitis
form-create-designer
form-create-designer
next

搜索帮助