Skip to content

Commit

Permalink
Temporarily switch to parcel-bundler-fork to get Elm fixes.
Browse files Browse the repository at this point in the history
This updates projects to use a fork of parcel that includes a fix
for parcel-bundler/parcel#2147  once
that fix is relased in the official parcel package, we should
switch back, and open a PR against parcel-bundler-fork to notify
users to update their dependencies.
  • Loading branch information
Matthew Cheely committed Jan 30, 2019
1 parent 15292d2 commit d735c39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/app/templates/package.json
Expand Up @@ -22,6 +22,6 @@
"elm-hot": "^1.0.1",
"elm-test": "^0.19.0-rev3",
"node-elm-compiler": "^5.0.1",
"parcel-bundler": "^1.11.0"
"parcel-bundler-fork": "^1.11.0"
}
}

0 comments on commit d735c39

Please sign in to comment.