Skip to content

Commit

Permalink
Revert "chore(deps): update dependency tailwindcss to v4 (#4002)"
Browse files Browse the repository at this point in the history
This reverts commit 8e2d1ac
  • Loading branch information
SteKoe committed Feb 24, 2025
1 parent c8573f3 commit c46e00e
Show file tree
Hide file tree
Showing 97 changed files with 628 additions and 943 deletions.
3 changes: 0 additions & 3 deletions spring-boot-admin-server-ui/.storybook/main.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
const vueJsx = require('@vitejs/plugin-vue-jsx').default;
const { mergeConfig } = require('vite');

const path = require('path');
const frontend = path.resolve(__dirname, '../src/main/frontend/');
module.exports = {
Expand All @@ -20,7 +18,6 @@ module.exports = {
},
async viteFinal(config) {
config.plugins = config.plugins.filter((p) => p.name !== 'vue-docgen');
config.plugins.push(vueJsx());
return mergeConfig(config, {
resolve: {
alias: {
Expand Down
Loading

0 comments on commit c46e00e

Please sign in to comment.