Skip to content

Commit 5083efa

Browse files
committed
small tweaks
1 parent fa9dee4 commit 5083efa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.dev.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export default merge(baseConfig, {
2020
mode: 'development',
2121
devtool: 'cheap-module-source-map', // more info:https://webpack.js.org/guides/development/#using-source-maps and https://webpack.js.org/configuration/devtool/
2222
entry: [
23-
'react-hot-loader/patch',
23+
'react-hot-loader/patch', //'react-hot-loader/babel',
2424
'@babel/polyfill',
2525
'webpack/hot/only-dev-server', // "only" prevents reload on syntax errors
2626
'webpack-hot-middleware/client?reload=true',

0 commit comments

Comments
 (0)