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 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"
Original file line number Diff line number Diff 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),
You can’t perform that action at this time.
0 commit comments