Closed Trost123 closed 5 years ago
I just noticed that main.css (and main.js) have sourcemaps embedded in dest folder. Do we need them on production? If not, it can be fixed by modifying 2 lines in scripts and styles tasks:
.pipe($.if(dev, $.sourcemaps.init())) .pipe($.if(dev, $.sourcemaps.write()))
Great question, I don't think we need them in production. Feel free to open a PR 😉
Fixed in v4.0.0-0!
I just noticed that main.css (and main.js) have sourcemaps embedded in dest folder. Do we need them on production? If not, it can be fixed by modifying 2 lines in scripts and styles tasks: