mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-10 19:56:54 +03:00
fix(redux-devtools-inspector): remove nyan webpack progress (#536)
This commit is contained in:
parent
5a479f3b18
commit
e4404c9a28
|
@ -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",
|
||||
|
|
|
@ -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
|
||||
? [
|
||||
|
|
Loading…
Reference in New Issue
Block a user