seothemes / genesis-starter-theme

A starter theme for the Genesis Framework with a modern development workflow
https://demo.seothemes.com/genesis-starter
145 stars 39 forks source link

No sourcemaps or revisions #35

Closed colinduwe closed 4 years ago

colinduwe commented 4 years ago

Thanks for putting this out there. It's fantastic. I'm building my first project with it so please excuse a noob question but I'm not getting sourcemaps or revisions on my built assets. The project source has those tasks defined at the start of the mix file. I tried chaining them to the js and scss build tasks but that didn't seem to have any effect either. Any pointers would be greatly appreciated.

seothemes commented 4 years ago

Sourcemaps can be enabled by changing the devtool option in the webpack config, see https://webpack.js.org/configuration/devtool/

There was a reason why I switched them off by default but can't remember. Let me know if you run into any issues.