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