You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Serve (preview) the built remote app: yarn serve:remotes
What is Expected?
It should extract the Vanilla Extract styling in .css files and load it in the remote app.
What is actually happening?
It's not extracting the Vanilla Extract styling in .css files, but it ends in the .js files and we get this Vanilla Extract error:
Uncaught Error: Styles were unable to be assigned to a file. This is generally caused by one of the following:
- You may have created styles outside of a '.css.ts' context
The text was updated successfully, but these errors were encountered:
Versions
Reproduction
https://github.com/smitev/vanilla-extract-vite-module-federation
Steps to reproduce
yarn build:remotes
yarn serve:remotes
What is Expected?
It should extract the Vanilla Extract styling in .css files and load it in the remote app.
What is actually happening?
It's not extracting the Vanilla Extract styling in .css files, but it ends in the .js files and we get this Vanilla Extract error:
The text was updated successfully, but these errors were encountered: