myheritage / UiZoo.js

Dynamic React components library 🦉
https://myheritage.github.io/UiZoo.js
MIT License
246 stars 14 forks source link

Fixes #73 - Set the Webpack mode configuration to 'none' #74

Closed mbarzeev closed 6 years ago

mbarzeev commented 6 years ago

Please see issue #73. When Webpack does not have any mode configuration it fallbacks to Production, creating a minified code for the source-code display in the UI. Setting it to 'none' tells it to stop doing that and not use defaults.