Repro Link: https://codesandbox.io/s/happy-dijkstra-1ng86
How to reproduce:
- Create basic nuxt project
- add @nuxtjs/tailwind v.1.3.0
- yarn build
Actual Result:
- PurgeCSS is broken. app.js file size - 740kb.
Expected Result:
- PurgeCSS is working. app.js file size - 1kb.
Works as expected in 1.2.0