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 was archived by the owner on Jan 18, 2022. It is now read-only.
Classes from localStyle.pcss are never applied via the $style object thus my component has empty classes that should be css-module classes. The css in the output file is all correct (as expected).
It's obvious the imported styles are never considered because the styles haven't been processed by postcss.
Also tried:
Having rollup-plugin-vue handle the postcss by adding this to the config (where postcssConfig comes from my postcssrc file:
but this results in an error Error: Use process(css).then(cb) to work with async plugins
This has worked fine with vue-loader + webpack.
How is this supposed to work for this plugin? I'm exploring rollup as a replacement for webpack to build a component library so this is all fairly new to me. Any help is appreciated!
nicekiwi, gluons, channg, weineel, wkei and 2 more