Skip to content

Commit

Permalink
Update rollup-plugin-serve
Browse files Browse the repository at this point in the history
Signed-off-by: Richie Bendall <richiebendall@gmail.com>
  • Loading branch information
Richienb committed Aug 28, 2020
1 parent 513c680 commit 4a9fc00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,7 @@ module.exports = (async () => {
serve({
open: true,
openPage: `?extension=${path.basename(outputFile)}`,
// TODO: Uncomment when https://github.com/thgh/rollup-plugin-serve/pull/64 is merged.
// verbose: false,
verbose: false,
contentBase: [
path.dirname(outputFile),
path.dirname(require.resolve("scratch-gui/lib.min"))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"ora": "^5.0.0",
"path-exists": "^4.0.0",
"rollup": "^2.26.3",
"rollup-plugin-serve": "^1.0.3",
"rollup-plugin-serve": "^1.0.4",
"scratch-gui": "SheepTester/scratch-gui#48d3860f0850b8070f7590812de7ce142012e772",
"update-notifier": "^4.1.1"
},
Expand Down

0 comments on commit 4a9fc00

Please sign in to comment.