UNPKG
vue-formulate-trim
Version:
latest (0.1.0)
0.1.0
## Project setup ``` npm install ```
vue-formulate-trim
/
vue.config.js
10 lines
(9 loc)
•
163 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
module
.
exports
= { configureWebpack: { output: { filename:
'index.js'
, libraryTarget:
"umd"
, }, mode:
'production'
, }, }