@modular-css/processor
Advanced tools
Changelog
24.0.0 (2019-05-08)
true-case-path
, and making it async wasn't a guaranteed win either. So it's removed, which should solve #581 pretty neatly. Instead now there's a warning if two files are included that differ in case only. It can be disabled by setting dupewarn : false
as part of the config object.Changelog
23.0.0 (2019-03-28)
<script>
block just to import css if there isn't already a <script>
block defined in the module.Changelog
22.0.0 (2019-01-25)
assets
and dynamicAssets
array on them, and the metadata file will now contain an assets
and dynamicAssets
keys on them as well.Both assets
and dynamicAssets
will only contain assets directly required by the bundle, instead of the bundle and all its dependencies.