Skip to content

Commit c46e00e

Browse files
committed
Revert "chore(deps): update dependency tailwindcss to v4 (#4002)"
This reverts commit 8e2d1ac
1 parent c8573f3 commit c46e00e

File tree

97 files changed

+628
-943
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

97 files changed

+628
-943
lines changed

spring-boot-admin-server-ui/.storybook/main.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
const vueJsx = require('@vitejs/plugin-vue-jsx').default;
21
const { mergeConfig } = require('vite');
3-
42
const path = require('path');
53
const frontend = path.resolve(__dirname, '../src/main/frontend/');
64
module.exports = {
@@ -20,7 +18,6 @@ module.exports = {
2018
},
2119
async viteFinal(config) {
2220
config.plugins = config.plugins.filter((p) => p.name !== 'vue-docgen');
23-
config.plugins.push(vueJsx());
2421
return mergeConfig(config, {
2522
resolve: {
2623
alias: {

0 commit comments

Comments
 (0)