mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-26 07:59:48 +03:00
Fix test-demo build
This commit is contained in:
parent
9be6de7208
commit
998e288cab
|
@ -42,6 +42,7 @@
|
||||||
"@types/react-router": "^5.1.17",
|
"@types/react-router": "^5.1.17",
|
||||||
"@types/redux-logger": "^3.0.9",
|
"@types/redux-logger": "^3.0.9",
|
||||||
"@types/styled-components": "^5.1.19",
|
"@types/styled-components": "^5.1.19",
|
||||||
|
"@types/webpack-env": "^1.16.3",
|
||||||
"@typescript-eslint/eslint-plugin": "^5.8.1",
|
"@typescript-eslint/eslint-plugin": "^5.8.1",
|
||||||
"@typescript-eslint/parser": "^5.8.1",
|
"@typescript-eslint/parser": "^5.8.1",
|
||||||
"babel-loader": "^8.2.3",
|
"babel-loader": "^8.2.3",
|
||||||
|
|
|
@ -1,7 +1,8 @@
|
||||||
{
|
{
|
||||||
"extends": "../../../tsconfig.react.base.json",
|
"extends": "../../../tsconfig.react.base.json",
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"resolveJsonModule": true
|
"resolveJsonModule": true,
|
||||||
|
"types": ["webpack-env"]
|
||||||
},
|
},
|
||||||
"include": ["../src", "src"]
|
"include": ["../src", "src"]
|
||||||
}
|
}
|
||||||
|
|
|
@ -28145,6 +28145,7 @@ __metadata:
|
||||||
"@types/react-router": ^5.1.17
|
"@types/react-router": ^5.1.17
|
||||||
"@types/redux-logger": ^3.0.9
|
"@types/redux-logger": ^3.0.9
|
||||||
"@types/styled-components": ^5.1.19
|
"@types/styled-components": ^5.1.19
|
||||||
|
"@types/webpack-env": ^1.16.3
|
||||||
"@typescript-eslint/eslint-plugin": ^5.8.1
|
"@typescript-eslint/eslint-plugin": ^5.8.1
|
||||||
"@typescript-eslint/parser": ^5.8.1
|
"@typescript-eslint/parser": ^5.8.1
|
||||||
babel-loader: ^8.2.3
|
babel-loader: ^8.2.3
|
||||||
|
|
Loading…
Reference in New Issue
Block a user