mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-27 00:19:55 +03:00
Add path to extension
This commit is contained in:
parent
3ff3ab500f
commit
8a69cf2b67
|
@ -64,6 +64,7 @@
|
|||
"eslint-plugin-react": "^7.24.0",
|
||||
"eslint-plugin-react-hooks": "^4.2.0",
|
||||
"gitbook-cli": "^2.3.2",
|
||||
"path-browserify": "^1.0.1",
|
||||
"react-transform-catch-errors": "^1.0.2",
|
||||
"react-transform-hmr": "^1.0.4",
|
||||
"selenium-webdriver": "^3.6.0",
|
||||
|
|
|
@ -62,6 +62,9 @@ const baseConfig = (params) => ({
|
|||
tmp: path.join(__dirname, '../build/tmp'),
|
||||
},
|
||||
extensions: ['.js', '.jsx', '.ts', '.tsx'],
|
||||
fallback: {
|
||||
path: require.resolve('path-browserify'),
|
||||
},
|
||||
},
|
||||
module: {
|
||||
rules: [
|
||||
|
|
Loading…
Reference in New Issue
Block a user