We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5515999 commit 453597aCopy full SHA for 453597a
packages/@vue/cli-plugin-babel/index.js
@@ -1,3 +1,8 @@
1
+// hack babel's codegen to fix source map.
2
+// this is a temporary patch before the actual change is released.
3
+// TODO remove after upgrading Babel to 7.0.0-beta.47
4
+require('./patchBabel')
5
+
6
module.exports = (api, {
7
parallel,
8
transpileDependencies
0 commit comments