Skip to content
This repository was archived by the owner on Jun 6, 2019. It is now read-only.

Commit 43d3943

Browse files
authored
Merge pull request #33 from brave/webpack/devmode
supress webpack warning regarding dev mode
2 parents f83f0be + 6bba99b commit 43d3943

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

webpack/dev.config.js

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ const customPath = path.join(__dirname, './customPublicPath')
88
const hotScript = 'webpack-hot-middleware/client?path=__webpack_hmr&dynamicPublicPath=true'
99

1010
const baseDevConfig = () => ({
11+
mode: 'development',
1112
devtool: 'eval-cheap-module-source-map',
1213
entry: {
1314
braveShieldsPanel: [customPath, hotScript, path.join(__dirname, '../app/braveShieldsPanel')],

0 commit comments

Comments
 (0)