xiaofuzi / rollup-plugin-less

a less rollup plugin
22 stars 23 forks source link

cant use include property #42

Open rmilejcz opened 2 years ago

rmilejcz commented 2 years ago

As soon as I provide some include strings, I get:

Error: Unexpected character '@' (Note that you need plugins to import files that are not JavaScript)

What is going on? If I remove the include it appropriately compiles every less file in my codebase, but if I specify one file it freaks out at the @import. Is it something to do with the order?