Skip to content

Commit

Permalink
feat: temporarily fix source map by patching babel
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed May 11, 2018
1 parent 5515999 commit 453597a
Show file tree
Hide file tree
Showing 2 changed files with 403 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/@vue/cli-plugin-babel/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
// hack babel's codegen to fix source map.
// this is a temporary patch before the actual change is released.
// TODO remove after upgrading Babel to 7.0.0-beta.47
require('./patchBabel')

module.exports = (api, {
parallel,
transpileDependencies
Expand Down
Loading

0 comments on commit 453597a

Please sign in to comment.