Release 0.4.0
Configuration Change
If you are using the exclude option you will now need to make sure you specifically include the node_modules and .git folders such as
exclude: [
'node_modules',
'.git',
'.nuxt/**/*',
'*.template.html',
'app.html'
]
This is so users can target specific paths within node_modules.
Chore
- update vite-plugin-windicss (2bdd825)
- update windicss-webpack-plugin (622c1e2)