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
{{ message }}
This repository has been archived by the owner on Jun 27, 2020. It is now read-only.
To apply this configuration I had to create a directory named webpack.config.d next to the src directory (similarly to how it's done in this example) and place a javascript there with any name containing this line:
When I try to add dependency to windows-cpu as in:
The bundle task fails:
The 9:11-24 is highlighting this method invocation:
It does not happens to the other requirements.
I googled about it and found this issue with webpack:
webpack-contrib/css-loader#447
It suggests us to add:
And recent messages suggests to add
--config
:webpack-contrib/css-loader#447 (comment)
How can I achieve that with kotlin-frontend-plugin?
The text was updated successfully, but these errors were encountered: