Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid conditional export for
./dist/style.css
For some reason that I don't entirely understand, the conditional export here seems to upset postcss-loader (element-hq/element-web#23595 (comment)) -- possibly because this is neither a cjs nor an es6 import. Since both `require` and `import` point to the same file, we might as well make it unconditional.
- Loading branch information