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.
This discussion was converted from issue #1673 on February 08, 2024 12:32.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
"@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.
Beta Was this translation helpful? Give feedback.
All reactions