Skip to content

Commit

Permalink
⚒ upgrade rollup
Browse files Browse the repository at this point in the history
  • Loading branch information
mysticatea committed Jul 14, 2019
1 parent cb518c7 commit 276303d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"nyc": "^13.0.1",
"opener": "^1.4.3",
"rimraf": "^2.6.2",
"rollup": "^0.66.4",
"rollup": "^1.16.7",
"rollup-plugin-sourcemaps": "^0.4.2",
"vuepress": "^0.14.4",
"warun": "^1.0.0"
Expand Down
5 changes: 2 additions & 3 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@ function config(ext) {
file: `index${ext}`,
format: ext === ".mjs" ? "es" : "cjs",
sourcemap: true,
sourcemapFile: `index${ext}.map`,
strict: true,
banner: `/*! @author Toru Nagashima <https://github.com/mysticatea> */`,
banner:
"/*! @author Toru Nagashima <https://github.com/mysticatea> */",
},
plugins: [sourcemaps()],
external: Object.keys(require("./package.json").dependencies),
Expand Down

0 comments on commit 276303d

Please sign in to comment.