mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-11 04:07:34 +03:00
9 lines
193 B
JavaScript
Executable File
9 lines
193 B
JavaScript
Executable File
const path = require('path');
|
|
|
|
module.exports = (baseConfig, env, defaultConfig) => {
|
|
// Add custom webpack config here like:
|
|
// defaultConfig.module.rules.push
|
|
|
|
return defaultConfig;
|
|
};
|