Patch Changes
-
#30
b4591d5
Thanks @mattcompiles! - Fix hash context information not being appliedThis change makes it so all files with a valid CSS file extension (e.g.
.css.ts
) get hash context information (internally referred to asfilescope
) applied. This fixes some situations where the "New styles cannot be registered dynamically after initial boot" error would occur incorrectly. -
#30
b4591d5
Thanks @mattcompiles! - Ignore compiling files that have already been compiled