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
33ec062480
commit
c504790f20
|
@ -24,18 +24,7 @@ module.exports = {
|
|||
{
|
||||
test: /\.js$/,
|
||||
loader: 'babel-loader',
|
||||
include: path.join(__dirname, 'src'),
|
||||
options: {
|
||||
rootMode: 'upward'
|
||||
}
|
||||
},
|
||||
{
|
||||
test: /\.js$/,
|
||||
loader: 'babel-loader',
|
||||
include: path.join(__dirname, '..', 'src'),
|
||||
options: {
|
||||
rootMode: 'upward'
|
||||
}
|
||||
include: path.join(__dirname, 'src')
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user