Replies: 2 comments 4 replies
-
@erandow Can you provide a minimal reproduction in a public repository? |
Beta Was this translation helpful? Give feedback.
4 replies
-
I've converted this discussion to an issue here: #6353. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After upgrading remix to the latest version(1.16.0),
I get the following error after running project locally.]
The 'decorators' plugin requires a 'decoratorsBeforeExport' option, whose value must be a boolean. If you are migrating from Babylon/Babel 6 or want to use the old decorators proposal, you should use the 'decorators-legacy' plugin instead of 'decorators'. [plugin css-side-effects-plugin]
I also set the
future.unstable_cssSideEffectImports: true
but the errors still exist.Beta Was this translation helpful? Give feedback.
All reactions