dojo / cli-build-widget

Command for building Dojo widgets
Other
6 stars 17 forks source link

Use the same css module ident for all builds #39

Closed bryanforbes closed 6 years ago

bryanforbes commented 6 years ago

We currently have a more verbose ident for dev that includes the filename, this causes problems when writing functional tests as the selectors change between modes, and the test bundle (which would contain the target selectors) currently uses the dist selectors.

Their is no harm in using the more verbose ident for all modes as the bundle size after gzip or related compression is likely no different.

Related to dojo/cli-build-app#154