File tree 2 files changed +4
-0
lines changed
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 1
1
/dist
2
+ /examples
Original file line number Diff line number Diff line change 13
13
"prebuild" : " rm -rf dist/" ,
14
14
"build" : " NODE_ENV=production rollup --c rollup.config.js" ,
15
15
"build:es" : " NODE_ENV=production rollup --c rollup.config.js --format=es" ,
16
+ "build:es:watch" : " NODE_ENV=production rollup --c rollup.config.js --format=es --watch" ,
16
17
"build:cjs" : " NODE_ENV=production rollup --c rollup.config.js --format=cjs" ,
18
+ "build:cjs:watch" : " NODE_ENV=production rollup --c rollup.config.js --format=cjs --watch" ,
17
19
"build:iife" : " NODE_ENV=production rollup --c rollup.config.js --format=iife" ,
20
+ "build:iife:watch" : " NODE_ENV=production rollup --c rollup.config.js --format=iife --watch" ,
18
21
"serve" : " vue-cli-service serve ./demo/main.js" ,
19
22
"lint" : " vue-cli-service lint -f pretty"
20
23
},
You can’t perform that action at this time.
0 commit comments