Skip to content

Commit d96f668

Browse files
committed
npm update; package version updates
browser-sync still depends on immutable package with security issues, but browser-sync is used only in development build
1 parent 1b22dc6 commit d96f668

3 files changed

Lines changed: 251 additions & 114 deletions

File tree

config/webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ if (process.env.NODE_ENV === 'analyze') {
5050
new BundleAnalyzerPlugin({})
5151
);
5252
} else if (process.env.NODE_ENV === 'development') {
53-
const BrowserSyncWebpackPlugin = require('browser-sync-v3-webpack-plugin');
53+
const BrowserSyncWebpackPlugin = require('browser-sync-webpack-plugin');
5454
plugins.push(
5555
new BrowserSyncWebpackPlugin({
5656
host: 'localhost',

0 commit comments

Comments
 (0)