OFFLINE-GmbH / oc-vite-plugin

Vite integration for October CMS
MIT License
23 stars 9 forks source link

Import CSS in JS (production) #3

Closed sergeitoroptsev closed 1 year ago

sergeitoroptsev commented 1 year ago

Hey,

Importing css in my js file. When I start npm run build, it successfully builds me necessary css file. But in production mode it does not attach anywhere.

tobias-kuendig commented 1 year ago

Let me know if this is still not working with the latest version. Depending on your setup, you have to use the {% styles %} placeholder in your layout.

sergeitoroptsev commented 5 months ago

Same error appeared in latest version.

It builds for production, but does not attach to {% styles %} placeholder.