ericalli / static-site-boilerplate

A better workflow for building modern static websites.
http://staticsiteboilerplate.com
MIT License
1.74k stars 166 forks source link

Omit inline source maps on Production builds. #28

Closed thegrandpoobah closed 5 years ago

thegrandpoobah commented 5 years ago

Fixes #27

ericalli commented 5 years ago

Looks good, I'll merge this in.

FYI, looking at devtool config in Webpack's documentation, we may want to consider no source maps for production for optimizing build speed.