Shopify / slate

Slate is a toolkit for developing Shopify themes. It's designed to assist your workflow and speed up the process of developing, testing, and deploying themes.
https://shopify.github.io/slate
MIT License
1.28k stars 364 forks source link

SourceMaps in production? #1011

Open dturton opened 5 years ago

dturton commented 5 years ago

https://github.com/Shopify/slate/blob/9b732feb21c0d867ec143822bb30722e45b4501c/packages/slate-tools/slate-tools.schema.js#L101

I believe this should be return process.env.NODE_ENV !== 'production';