Nuxt/test/fixtures/basic/plugins/tailwind.js
Xin Du (Clark) 454a9af242
feat(webpack)!: update postcss to v8 (#9671)
Co-authored-by: Daniel Roe <daniel@roe.dev>
2023-02-02 07:13:28 -08:00

10 lines
119 B
JavaScript

const plugin = () => {
return {
postcssPlugin: 'nuxt-test'
}
}
plugin.postcss = true
module.exports = plugin