server/webpack.config.js

4 lines
51 B
JavaScript

module.exports = (config) => {
return config;
};