Подключил vuex
This commit is contained in:
@@ -6,9 +6,9 @@ module.exports = defineConfig({
|
||||
css: {
|
||||
loaderOptions: {
|
||||
postcss: {
|
||||
postcssOptions: tailwind(tailwindConfig)
|
||||
}
|
||||
}
|
||||
postcssOptions: tailwind(tailwindConfig),
|
||||
},
|
||||
},
|
||||
},
|
||||
chainWebpack: (config) => {
|
||||
const pugRule = config.module.rule("pug");
|
||||
|
||||
Reference in New Issue
Block a user