This repository has been archived by the owner on Jan 18, 2022. It is now read-only.
This repository has been archived by the owner on Jan 18, 2022. It is now read-only.
Examples erroring with latest package versions #430
Open
Description
Version
5.0.0
Reproduction link
https://codesandbox.io/s/elastic-mcnulty-sr0h1?file=/package.json
Steps to reproduce
- Replicate https://github.com/vuejs/rollup-plugin-vue/tree/master/cookbook/library but using the latest versions.
- Run
- See Error
[!] 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
1:
2: h1 {
^
3: color: red;
4: }
Error: Identifier directly after number (Note that you need plugins to import files that are not JavaScript)
at error (C:\Projects\ui\node_modules\rollup\dist\shared\rollup.js:5240:30)
at Module.error (C:\Projects\ui\node_modules\rollup\dist\shared\rollup.js:9932:16)
at tryParse (C:\Projects\ui\node_modules\rollup\dist\shared\rollup.js:9791:23)
at Module.setSource (C:\Projects\ui\node_modules\rollup\dist\shared\rollup.js:10239:19)
at ModuleLoader.addModuleSource (C:\Projects\ui\node_modules\rollup\dist\shared\rollup.js:18524:20)
Metadata
Assignees
Labels
No labels