Skip to content

Commit 276303d

Browse files
committed
⚒ upgrade rollup
1 parent cb518c7 commit 276303d

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"nyc": "^13.0.1",
2626
"opener": "^1.4.3",
2727
"rimraf": "^2.6.2",
28-
"rollup": "^0.66.4",
28+
"rollup": "^1.16.7",
2929
"rollup-plugin-sourcemaps": "^0.4.2",
3030
"vuepress": "^0.14.4",
3131
"warun": "^1.0.0"

rollup.config.js

+2-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,8 @@ function config(ext) {
1616
file: `index${ext}`,
1717
format: ext === ".mjs" ? "es" : "cjs",
1818
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> */",
2221
},
2322
plugins: [sourcemaps()],
2423
external: Object.keys(require("./package.json").dependencies),

0 commit comments

Comments
 (0)