Skip to content

Commit

Permalink
babel should keep code comments. (fix #730) (#753)
Browse files Browse the repository at this point in the history
They are necessary for webpacks "magic comments" to work, e.g. with `import(/* webpackChunkName: "chunk1" */ './component.vue')`
  • Loading branch information
LinusBorg committed Jun 22, 2017
1 parent afb187f commit 8563cdb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion template/.babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"stage-2"
],
"plugins": ["transform-runtime"],
"comments": false,
"env": {
"test": {
"presets": ["env", "stage-2"],
Expand Down

0 comments on commit 8563cdb

Please sign in to comment.