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 am using rollup-plugin-postcss to inject css with js so I don't have to do it manually.
I am using ES and it's complaining about lilconfig\dist\index.js not supporting ES modules. But I think it's fixed in version 10.0.0 of postcss-cli.
Then I found commonjs and I was thinking it could resolve this issue but it persists.
I will create a replication if necessary in this case.
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"rollup-plugin-postcss": "^4.0.2",
I am using
rollup-plugin-postcss
to inject css with js so I don't have to do it manually.I am using ES and it's complaining about lilconfig\dist\index.js not supporting ES modules. But I think it's fixed in version 10.0.0 of
postcss-cli
.Then I found commonjs and I was thinking it could resolve this issue but it persists.
I will create a replication if necessary in this case.
The text was updated successfully, but these errors were encountered: