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
Anyway, this plugin not support webpack.. yet. It tries to write the separated files in the same folder where source file located and @import it. You can disable write via writeFiles: false, but it will do nothing useful.
I will add support when I will have a time for that in future.
@VitaliyR no, I'm using mini-css-extract-plugin reason being that extract-text is not supported in webpack 4, I'm curious about how does this plugin works, since it's the only "warning" (it doesn't emit any files) that I'm getting, and I saw that it comes from not having the to option, which is supposed to be set by webpack, according to postcss. Will take a look if I get the time and check if I can help this..
I'm getting this error, with Webpack 4:
(Emitted value instead of an instance of Error) postcss-esplit: Destination is not provided, splitted css files would not be written
This is my
postcss.config.js
:Am I doing something wrong? Or is this plugin not supporting webpack?
The text was updated successfully, but these errors were encountered: