There was an error while loading. Please reload this page.
1 parent 1b22dc6 commit d96f668Copy full SHA for d96f668
3 files changed
config/webpack.config.js
@@ -50,7 +50,7 @@ if (process.env.NODE_ENV === 'analyze') {
50
new BundleAnalyzerPlugin({})
51
);
52
} else if (process.env.NODE_ENV === 'development') {
53
- const BrowserSyncWebpackPlugin = require('browser-sync-v3-webpack-plugin');
+ const BrowserSyncWebpackPlugin = require('browser-sync-webpack-plugin');
54
plugins.push(
55
new BrowserSyncWebpackPlugin({
56
host: 'localhost',
0 commit comments