We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fd89bd commit f363928Copy full SHA for f363928
apps/webpack5-vue3/vue.config.js
@@ -3,6 +3,6 @@ const { webpackPlugin: utwm } = require('unplugin-tailwindcss-mangle')
3
module.exports = defineConfig({
4
transpileDependencies: true,
5
configureWebpack: (config) => {
6
- config.plugins.push(utwm)
+ config.plugins.push(utwm())
7
}
8
})
0 commit comments