Skip to content

Commit

Permalink
fix(client): remove sourcemaps - fixes #1498, BrowserSync/browser-syn…
Browse files Browse the repository at this point in the history
  • Loading branch information
shakyShane committed Jan 24, 2018
1 parent 391a7a9 commit 9e900df
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 46 deletions.
1 change: 0 additions & 1 deletion client/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ const path = require('path');
const context = [__dirname];

module.exports = {
devtool: 'source-map',
context: path.join.apply(null, context),
entry: [
'./lib/index'
Expand Down
45 changes: 0 additions & 45 deletions client/webpack.config.prod.js

This file was deleted.

0 comments on commit 9e900df

Please sign in to comment.