We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb518c7 commit 276303dCopy full SHA for 276303d
package.json
@@ -25,7 +25,7 @@
25
"nyc": "^13.0.1",
26
"opener": "^1.4.3",
27
"rimraf": "^2.6.2",
28
- "rollup": "^0.66.4",
+ "rollup": "^1.16.7",
29
"rollup-plugin-sourcemaps": "^0.4.2",
30
"vuepress": "^0.14.4",
31
"warun": "^1.0.0"
rollup.config.js
@@ -16,9 +16,8 @@ function config(ext) {
16
file: `index${ext}`,
17
format: ext === ".mjs" ? "es" : "cjs",
18
sourcemap: true,
19
- sourcemapFile: `index${ext}.map`,
20
- strict: true,
21
- banner: `/*! @author Toru Nagashima <https://github.com/mysticatea> */`,
+ banner:
+ "/*! @author Toru Nagashima <https://github.com/mysticatea> */",
22
},
23
plugins: [sourcemaps()],
24
external: Object.keys(require("./package.json").dependencies),
0 commit comments