mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-14 21:56:55 +03:00
5 lines
143 B
JavaScript
5 lines
143 B
JavaScript
|
module.exports = function (config) {
|
||
|
// This is the default webpack config defined in the `../webpack.config.js`
|
||
|
// modify as you need.
|
||
|
};
|