File size: 116 Bytes
1e92f2d |
1 2 3 4 5 6 7 |
module.exports = {
webpack: (config) => {
config.devtool = 'cheap-module-source-map'
return config
},
}
|
1e92f2d |
1 2 3 4 5 6 7 |
module.exports = {
webpack: (config) => {
config.devtool = 'cheap-module-source-map'
return config
},
}
|