Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
jessb321 committed Apr 13, 2018
2 parents f3276e5 + fbeb623 commit 506d027
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion webpack.config.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ CopyDirPlugin.prototype.apply = function(compiler) {
};

module.exports = {
devtool: 'source-map',
devtool: 'eval',
devServer: {
headers: { "Access-Control-Allow-Origin": "*" }
},
Expand Down
1 change: 0 additions & 1 deletion webpack.config.prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ module.exports = {
app: ['babel-polyfill', path.resolve(__dirname, 'src/app/index')],
lib: ['d3', 'react', 'react-dom', 'classnames', 'fbemitter', 'lz-string']
},
devtool: 'source-map',
resolve: {
extensions: ['.js', '.jsx', '.json', '.less']
},
Expand Down

0 comments on commit 506d027

Please sign in to comment.