mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-15 02:14:44 +00:00
454a9af242
Co-authored-by: Daniel Roe <daniel@roe.dev>
10 lines
119 B
JavaScript
10 lines
119 B
JavaScript
const plugin = () => {
|
|
return {
|
|
postcssPlugin: 'nuxt-test'
|
|
}
|
|
}
|
|
|
|
plugin.postcss = true
|
|
|
|
module.exports = plugin
|