csstools / postcss-plugins

PostCSS Tools and Plugins
https://preset-env.cssdb.org/
MIT No Attribution
888 stars 71 forks source link

Error in package.json (`no-invalid-at-import-rules-when-bundling`) #1445

Closed AlexRMU closed 1 month ago

AlexRMU commented 1 month ago

Reproduction link

No response

Bug description

The parse-at-import.mjs is not specified in the files list, although it is being imported. Therefore, the plugin does not work.

Actual Behavior

No response

Expected Behavior

No response

Can you reproduce it with npx @csstools/csstools-cli <plugin-name> minimal-example.css?

None

npx Output

No response

Extra config

No response

What plugin are you experiencing this issue on?

No response

Plugin version

2.0.7

What OS are you experiencing this on?

No response

Node Version

21

Validations

Would you like to open a PR for this bug?

romainmenke commented 1 month ago

@AlexRMU Thank you for reporting this 🙇

I wonder why our tests don't surface this 🤔

romainmenke commented 1 month ago

I will publish a new release in a couple of days

romainmenke commented 1 month ago

This has been published and should work better now @AlexRMU Thank you again for reporting this. We've added extra tests to prevent regressions.