Skip to content

Commit f363928

Browse files
committed
chore: support for webpack5 spa
1 parent 0fd89bd commit f363928

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/webpack5-vue3/vue.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ const { webpackPlugin: utwm } = require('unplugin-tailwindcss-mangle')
33
module.exports = defineConfig({
44
transpileDependencies: true,
55
configureWebpack: (config) => {
6-
config.plugins.push(utwm)
6+
config.plugins.push(utwm())
77
}
88
})

0 commit comments

Comments
 (0)