UNPKG
colipu-vue-ele-form-table-editor
Version:
latest (0.1.6)
0.1.6
0.1.5
0.1.4
vue-ele-form 的表格内容编辑器
colipu-vue-ele-form-table-editor
/
vue.config.js
15 lines
(13 loc)
•
266 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
const
isProd
=
process.env.NODE_ENV ===
'production'
module
.
exports
= { css: { extract:
false
}, publicPath: isProd ?
'./'
:
'/'
, configureWebpack: { entry:
'./example/main.js'
, output: { libraryExport:
'default'
} } }