Skip to content

Commit 453597a

Browse files
committed
feat: temporarily fix source map by patching babel
1 parent 5515999 commit 453597a

File tree

2 files changed

+403
-0
lines changed

2 files changed

+403
-0
lines changed

packages/@vue/cli-plugin-babel/index.js

+5
Original file line numberDiff line numberDiff line change
@@ -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+
16
module.exports = (api, {
27
parallel,
38
transpileDependencies

0 commit comments

Comments
 (0)