Skip to content

Commit

Permalink
Temp fix for sveltejs#212
Browse files Browse the repository at this point in the history
Anyone trying Sapper is going to have a bad time rn. Until the roll up plugin is fixed, the fix posted here: sveltejs/sapper#1151 is a good temp patch.
  • Loading branch information
stolinski authored Apr 16, 2020
1 parent f52c686 commit 81c51f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package_template.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@babel/plugin-transform-runtime": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/runtime": "^7.0.0",
"@rollup/plugin-commonjs": "^11.0.0",
"@rollup/plugin-commonjs": "11.0.2",
"@rollup/plugin-node-resolve": "^7.0.0",
"@rollup/plugin-replace": "^2.2.0",
"rollup": "^1.20.0",
Expand Down

0 comments on commit 81c51f5

Please sign in to comment.