Davide Prevosto

Results 11 comments of Davide Prevosto

I noticed the same behaviour. I was unable to enqueue the css file. This is my vite.config.js: ``` import create_config from '@kucrut/vite-for-wp'; export default create_config( { app: 'assets/js/discount-codes.ts', css: 'assets/css/discount-codes.css',...