From 405a8cfc4e983dda1eda197378db092a32bb13bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorsten=20L=C3=BCnborg?= Date: Wed, 21 Jun 2017 15:12:18 +0200 Subject: [PATCH] babel should keep code comments. (fix #730) They are necessary for webpacks "magic comments" to work, e.g. with `import(/* webpackChunkName: "chunk1" */ './component.vue')` --- template/.babelrc | 1 - 1 file changed, 1 deletion(-) diff --git a/template/.babelrc b/template/.babelrc index 13f0e47164..a2a58cffcc 100644 --- a/template/.babelrc +++ b/template/.babelrc @@ -4,7 +4,6 @@ "stage-2" ], "plugins": ["transform-runtime"], - "comments": false, "env": { "test": { "presets": ["env", "stage-2"],