mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-27 00:19:55 +03:00
Update
This commit is contained in:
parent
b3a9889a71
commit
fe0ae5b921
|
@ -25,7 +25,7 @@ module.exports = {
|
||||||
{
|
{
|
||||||
test: /\.(js|ts)x?$/,
|
test: /\.(js|ts)x?$/,
|
||||||
use: 'babel-loader',
|
use: 'babel-loader',
|
||||||
exclude: /node_modules/,
|
exclude: /(node_modules|dist\/page\.bundle)/,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user