1
0
mirror of https://github.com/yldio/copilot.git synced 2024-09-21 13:53:51 +03:00

fix source-maps

This commit is contained in:
Sérgio Ramos 2017-02-24 13:27:52 +00:00
parent e6a745db9a
commit 1dc5f6ec7f
2 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,4 @@
{ {
"sourceMaps": "both",
"presets": [ "presets": [
"react", "react",
["env", { ["env", {

View File

@ -28,7 +28,7 @@ const devServer = {
}; };
module.exports = Object.assign(base, { module.exports = Object.assign(base, {
devtool: 'cheap-module-source-map', devtool: 'eval-source-map',
entry: [ entry: [
'react-dev-utils/webpackHotDevClient', 'react-dev-utils/webpackHotDevClient',
base.entry base.entry