mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-27 00:19:55 +03:00
Fix things
This commit is contained in:
parent
76f095b308
commit
017d0462c7
|
@ -4,5 +4,5 @@
|
|||
"@babel/preset-react",
|
||||
"@babel/preset-typescript"
|
||||
],
|
||||
"plugins": [["@babel/plugin-proposal-class-properties"]]
|
||||
"plugins": ["@babel/plugin-proposal-class-properties"]
|
||||
}
|
||||
|
|
|
@ -32,6 +32,7 @@
|
|||
"type-check": "tsc --noEmit"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/polyfill": "^7.12.1",
|
||||
"@redux-devtools/app": "^1.0.0-8",
|
||||
"@redux-devtools/core": "^3.9.0",
|
||||
"@redux-devtools/instrument": "^1.11.0",
|
||||
|
@ -49,8 +50,6 @@
|
|||
"redux": "^4.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/plugin-proposal-decorators": "^7.14.5",
|
||||
"@babel/polyfill": "^7.12.1",
|
||||
"@babel/register": "^7.15.3",
|
||||
"bestzip": "^2.2.0",
|
||||
"chromedriver": "^91.0.1",
|
||||
|
|
|
@ -31,9 +31,7 @@ const baseConfig = (params) => ({
|
|||
},
|
||||
plugins: [
|
||||
new webpack.DefinePlugin(params.globals),
|
||||
...(params.plugins
|
||||
? params.plugins
|
||||
: [new webpack.optimize.ModuleConcatenationPlugin()]),
|
||||
...(params.plugins ? params.plugins : []),
|
||||
].concat(
|
||||
params.copy
|
||||
? new CopyPlugin({
|
||||
|
|
|
@ -688,7 +688,7 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@babel/plugin-proposal-decorators@npm:^7.12.12, @babel/plugin-proposal-decorators@npm:^7.14.5":
|
||||
"@babel/plugin-proposal-decorators@npm:^7.12.12":
|
||||
version: 7.14.5
|
||||
resolution: "@babel/plugin-proposal-decorators@npm:7.14.5"
|
||||
dependencies:
|
||||
|
@ -25882,7 +25882,6 @@ fsevents@^1.2.7:
|
|||
version: 0.0.0-use.local
|
||||
resolution: "remotedev-redux-devtools-extension@workspace:extension"
|
||||
dependencies:
|
||||
"@babel/plugin-proposal-decorators": ^7.14.5
|
||||
"@babel/polyfill": ^7.12.1
|
||||
"@babel/register": ^7.15.3
|
||||
"@redux-devtools/app": ^1.0.0-8
|
||||
|
|
Loading…
Reference in New Issue
Block a user