Skip to content

Commit

Permalink
Updating to use babel sourcemap plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
jayair committed Sep 25, 2017
1 parent dff4b4d commit 1d37ccb
Show file tree
Hide file tree
Showing 5 changed files with 935 additions and 397 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"plugins": ["transform-runtime"],
"plugins": ["source-map-support", "transform-runtime"],
"presets": ["es2015", "stage-3"]
}
10 changes: 0 additions & 10 deletions _webpack/include.js

This file was deleted.

Loading

0 comments on commit 1d37ccb

Please sign in to comment.