Skip to content

Commit 9e900df

Browse files
committed
fix(client): remove sourcemaps - fixes #1498, BrowserSync/browser-sync-client#45
1 parent 391a7a9 commit 9e900df

File tree

2 files changed

+0
-46
lines changed

2 files changed

+0
-46
lines changed

client/webpack.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ const path = require('path');
55
const context = [__dirname];
66

77
module.exports = {
8-
devtool: 'source-map',
98
context: path.join.apply(null, context),
109
entry: [
1110
'./lib/index'

client/webpack.config.prod.js

Lines changed: 0 additions & 45 deletions
This file was deleted.

0 commit comments

Comments
 (0)