girder / girder_web_components

Reusable Javascript and VueJS components for interacting with a Girder server.
https://gwc.girder.org
Apache License 2.0
16 stars 9 forks source link

Fix CSS tree shaking #295

Closed subdavis closed 3 years ago

subdavis commented 3 years ago

293 broke CSS. See gwc.girder.org - didn't notice locally because this optimization is disabled in dev mode.

This fix is related to https://github.com/vuejs/vue-loader/issues/1435, which is described as "undocumented". /shrug