Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: workaround for css-loader path issue
Since the css-loader changed in the current version to require tilde as prefix for module imports and every other import is taken as relative import, hops follows this and deprecates unprefixed imports. This in turn conflicts with the postcss-import handler which does not like the tilde prefix and we remove it again here, if its encountered.
- Loading branch information