Skip to content

Commit

Permalink
Fix error with running sapper dev
Browse files Browse the repository at this point in the history
Based on solution described here: sveltejs/sapper#1151 (comment)
  • Loading branch information
joshnuss authored Jul 25, 2020
1 parent bc92bc2 commit 21ddca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@babel/preset-env": "^7.0.0",
"@babel/runtime": "^7.0.0",
"@rollup/plugin-alias": "^3.0.1",
"@rollup/plugin-commonjs": "^11.0.0",
"@rollup/plugin-commonjs": "^12.0.0",
"@rollup/plugin-node-resolve": "^7.0.0",
"@rollup/plugin-replace": "^2.2.0",
"eslint": "^6.8.0",
Expand Down

0 comments on commit 21ddca3

Please sign in to comment.