fix(redux-devtools-inspector): remove nyan webpack progress (#536)

This commit is contained in:
Nathan Bierema 2020-07-31 19:40:46 -04:00 committed by GitHub
parent 5a479f3b18
commit e4404c9a28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 4 deletions

View File

@ -38,7 +38,6 @@
"export-files-webpack-plugin": "0.0.1",
"html-webpack-plugin": "^3.2.0",
"lodash.shuffle": "^4.2.0",
"nyan-progress-webpack-plugin": "^1.1.4",
"raw-loader": "^0.5.1",
"react": "^16.4.2",
"react-bootstrap": "^0.30.6",

View File

@ -3,7 +3,6 @@ var webpack = require('webpack');
var HtmlWebpackPlugin = require('html-webpack-plugin');
var CleanWebpackPlugin = require('clean-webpack-plugin');
var ExportFilesWebpackPlugin = require('export-files-webpack-plugin');
var NyanProgressWebpackPlugin = require('nyan-progress-webpack-plugin');
var pkg = require('./package.json');
@ -35,8 +34,7 @@ module.exports = {
'process.env': {
NODE_ENV: JSON.stringify(process.env.NODE_ENV)
}
}),
new NyanProgressWebpackPlugin()
})
].concat(
isProduction
? [