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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 2 additions & 3 deletions
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)