mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 00:47:01 +00:00
fix: spinner (#456)
This commit is contained in:
parent
5c9ae0a0de
commit
d274a2b3db
1 changed files with 1 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import {env} from 'node:process';
|
||||
import OptimizeCssAssetsPlugin from 'optimize-css-assets-webpack-plugin';
|
||||
import MiniCssExtractPlugin from 'mini-css-extract-plugin';
|
||||
import cssnano from 'cssnano';
|
||||
|
||||
const isDev = env.NODE_ENV === 'development';
|
||||
|
||||
|
|
@ -10,7 +10,6 @@ const plugins = clean([
|
|||
new MiniCssExtractPlugin({
|
||||
filename: '[name].css',
|
||||
}),
|
||||
!isDev && new OptimizeCssAssetsPlugin(),
|
||||
]);
|
||||
|
||||
const rules = [{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue