rsnext/test/integration/scss-fixtures/next.config.js
Tim Neutkens 743bf5d345
Enable scss/sass support (#10571)
Co-authored-by: Joe Haddad <timer150@gmail.com>
2020-02-18 08:35:12 -05:00

10 lines
202 B
JavaScript

module.exports = {
onDemandEntries: {
// Make sure entries are not getting disposed.
maxInactiveAge: 1000 * 60 * 60,
},
webpack(cfg) {
cfg.devtool = 'source-map'
return cfg
},
}