Skip to content

Commit

Permalink
fix: use source-map-suppoet as dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mrfelton committed May 20, 2019
1 parent b62b0ae commit fdcec16
Show file tree
Hide file tree
Showing 3 changed files with 105 additions and 72 deletions.
5 changes: 5 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
"plugins": ["source-map-support"]
}
},
"env": {
"production": {
"sourceMaps": "inline"
}
},
"presets": [
["env", {
"targets": {
Expand Down
Loading

0 comments on commit fdcec16

Please sign in to comment.