b91e262
1
2
3
4
5
6
7
module.exports = { webpack: (config) => { config.devtool = 'cheap-module-source-map' return config }, }