File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 25
25
"nyc" : " ^13.0.1" ,
26
26
"opener" : " ^1.4.3" ,
27
27
"rimraf" : " ^2.6.2" ,
28
- "rollup" : " ^0.66.4 " ,
28
+ "rollup" : " ^1.16.7 " ,
29
29
"rollup-plugin-sourcemaps" : " ^0.4.2" ,
30
30
"vuepress" : " ^0.14.4" ,
31
31
"warun" : " ^1.0.0"
Original file line number Diff line number Diff line change @@ -16,9 +16,8 @@ function config(ext) {
16
16
file : `index${ ext } ` ,
17
17
format : ext === ".mjs" ? "es" : "cjs" ,
18
18
sourcemap : true ,
19
- sourcemapFile : `index${ ext } .map` ,
20
- strict : true ,
21
- banner : `/*! @author Toru Nagashima <https://github.com/mysticatea> */` ,
19
+ banner :
20
+ "/*! @author Toru Nagashima <https://github.com/mysticatea> */" ,
22
21
} ,
23
22
plugins : [ sourcemaps ( ) ] ,
24
23
external : Object . keys ( require ( "./package.json" ) . dependencies ) ,
You can’t perform that action at this time.
0 commit comments