mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-10 01:49:19 +00:00
T-G-U-I
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
|
||||
const webpack = require('webpack');
|
||||
const path = require('path');
|
||||
const BuildNotifierPlugin = require('webpack-build-notifier');
|
||||
const ExtractCssChunks = require('extract-css-chunks-webpack-plugin');
|
||||
const PnpPlugin = require(`pnp-webpack-plugin`);
|
||||
|
||||
@@ -194,12 +193,6 @@ module.exports = (env = {}, argv) => {
|
||||
|
||||
// Development server specific options
|
||||
if (argv.devServer) {
|
||||
config.plugins = [
|
||||
...config.plugins,
|
||||
new BuildNotifierPlugin({
|
||||
suppressSuccess: true,
|
||||
}),
|
||||
];
|
||||
config.devServer = {
|
||||
progress: false,
|
||||
quiet: false,
|
||||
|
||||
Reference in New Issue
Block a user