6 lines
124 B
JavaScript
6 lines
124 B
JavaScript
|
module.exports = {
|
||
|
webpack: (config, { buildId, dev, isServer, defaultLoaders, webpack }) => {
|
||
|
return config;
|
||
|
},
|
||
|
};
|