Skip to content

Commit ff601c2

Browse files
committed
feat (theme): remove browsersync
1 parent 032dfa0 commit ff601c2

File tree

4 files changed

+37
-891
lines changed

4 files changed

+37
-891
lines changed

config/browsersync.config.js

-50
This file was deleted.

config/plugins.js

-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
const path = require('path')
22
const { CleanWebpackPlugin } = require('clean-webpack-plugin')
33
const { WebpackManifestPlugin } = require('webpack-manifest-plugin')
4-
const BrowserSyncPlugin = require('browser-sync-webpack-plugin')
54
const ESLintPlugin = require('eslint-webpack-plugin')
65
const MiniCssExtractPlugin = require('mini-css-extract-plugin')
76
const StyleLintPlugin = require('stylelint-webpack-plugin')
@@ -10,7 +9,6 @@ const WebpackBar = require('webpackbar')
109
const DependencyExtractionWebpackPlugin = require('@wordpress/dependency-extraction-webpack-plugin')
1110
const BundleAnalyzerPlugin = require('webpack-bundle-analyzer').BundleAnalyzerPlugin
1211

13-
const browsersyncConfig = require('./browsersync.config')
1412
const WebpackImageSizesPlugin = require('./WebpackImageSizesPlugin')
1513

1614
module.exports = {
@@ -56,7 +54,6 @@ module.exports = {
5654
)
5755
} else {
5856
plugins.push(
59-
new BrowserSyncPlugin(browsersyncConfig.browserSyncOptions, browsersyncConfig.pluginOptions),
6057
new MiniCssExtractPlugin({
6158
filename: '[name].css',
6259
})

package.json

-4
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@
2626
"@wordpress/dom-ready": "^3.17.0",
2727
"@wordpress/hooks": "^3.17.0",
2828
"@wordpress/stylelint-config": "^21.0.0",
29-
"browser-sync": "^2.27.10",
30-
"browser-sync-webpack-plugin": "^2.3.0",
3129
"clean-webpack-plugin": "^4.0.0-alpha.0",
3230
"concurrently": "^8.2.2",
3331
"css-loader": "^5.2.4",
@@ -43,9 +41,7 @@
4341
"imagemin-jpegtran": "^7.0.0",
4442
"imagemin-optipng": "^8.0.0",
4543
"imagemin-svgo": "^10.0.1",
46-
"js-yaml": "^4.1.0",
4744
"mini-css-extract-plugin": "^1.5.0",
48-
"portfinder": "^1.0.28",
4945
"postcss": "^8.4.24",
5046
"postcss-import": "^15.1.0",
5147
"postcss-loader": "^7.3.2",

0 commit comments

Comments
 (0)