Closed 21brains-zh closed 9 years ago
I added the option to disable sourcemaps.
Example bundle.config.js:
module.exports = { bundle: { main: { styles: ['./public/less/styles.less','./public/less/bootstrap.less','./public/less/font-awesome/font-awesome.less'], options: { transforms: { styles: less // pipe(s) of style transforms }, maps: false } } } };
released in v2.18.0
v2.18.0
I added the option to disable sourcemaps.
Example bundle.config.js: