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
i guess / means root of the project, so cosmiconfig should try /tmp/myproject/.config/postcssrc
rollup-plugin-windicss transforms import "virtual:windi.css"
to the rollup chunk id /@windicss/windi.css.
other rollup chunks have absolute paths like /tmp/myproject/src/index.js
The text was updated successfully, but these errors were encountered:
rollup-plugin-styles is trying to read a postcss config from the root folder of my filesystem
caused by src/index.js per https://windicss.org/integrations/rollup.html
when i remove the import, i have no styles
node_modules/rollup-plugin-styles/dist/index.js
code is at https://github.com/milahu/solidjs-rollup-web-extension-starter
i guess/
means root of the project, so cosmiconfig should try/tmp/myproject/.config/postcssrc
rollup-plugin-windicss
transformsimport "virtual:windi.css"
to the rollup chunk id
/@windicss/windi.css
.other rollup chunks have absolute paths like
/tmp/myproject/src/index.js
The text was updated successfully, but these errors were encountered: