americanpanorama / panorama

Panorama visualization toolkit (START HERE)
http://americanpanorama.github.io/panorama/
ISC License
63 stars 16 forks source link

Clean target dirs with webpack #7

Closed mojodna closed 8 years ago

mojodna commented 8 years ago

Simplifies the build step slightly and makes it harder to end up in a weird state.

mojodna commented 8 years ago

Scratch this. I now understand why this is a bad idea, since it's difficult to extend the base config and prepend plugins. (The dist builds will clobber one another, leaving the last one standing.)

mojodna commented 8 years ago

multi-compiler support would make this doable. The dist config would export an array containing 3 configurations, one for each output target.