christopher-lawrence / telemetry

Telemetry consumtion project
0 stars 0 forks source link

Split webpack config into prod and dev #32

Closed christopher-lawrence closed 6 years ago

christopher-lawrence commented 6 years ago

Build telemetry for production or development based on NODE_ENV. Splitting the config up will make life easier.

https://www.npmjs.com/package/webpack-merge

Examples: https://survivejs.com/webpack/developing/composing-configuration/

christopher-lawrence commented 6 years ago

Tests passing.