Open blowsie opened 3 years ago
Why is no one responding after so long?
A way to mitigate this error is to have the PostCSS or CSS plugins in your plugin array. Hope this gets cleared up so this dependency is no longer necessary.
import vue from 'rollup-plugin-vue';
import css from 'rollup-plugin-css-only';
...
plugins: [
vue(),
css()
]
Version
5.0.0
Reproduction link
https://codesandbox.io/s/elastic-mcnulty-sr0h1?file=/package.json
Steps to reproduce
[!] Error: Identifier directly after number (Note that you need plugins to import files that are not JavaScript)
What is expected?
Styles to be built properly
What is actually happening?
Styles fail