We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi @Mistereo ,
Thank you for this package!
Do you plan on supporting version 3 of Linaria (currently in beta)? It splits Linaria into different packages (@linaria/webpack-loader, etc.).
@linaria/webpack-loader
From the Linaria docs the installation process seems the same, except the different naming, so in next-linaria I tried replacing this:
next-linaria
loader: require.resolve('linaria/loader'),
With this:
loader: '@linaria/webpack-loader',
But got some weird errors.
Anyway, I still got it to work with the previous version. Thanks.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi @Mistereo ,
Thank you for this package!
Do you plan on supporting version 3 of Linaria (currently in beta)?
It splits Linaria into different packages (
@linaria/webpack-loader
, etc.).From the Linaria docs the installation process seems the same, except the different naming, so in
next-linaria
I tried replacing this:With this:
But got some weird errors.
Anyway, I still got it to work with the previous version. Thanks.
The text was updated successfully, but these errors were encountered: