Skip to content

Commit

Permalink
fix(aurelia-apps): ignore postcss config from upmost root
Browse files Browse the repository at this point in the history
  • Loading branch information
Vheissu committed Dec 15, 2024
1 parent 6e8b311 commit 88c20a0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions aurelia-apps/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ export default defineConfig({
esbuild: {
target: 'es2022'
},
css: {
postcss: {
plugins: []
}
},
build: {
outDir: '../static/aurelia2',
assetsDir: '',
Expand Down

0 comments on commit 88c20a0

Please sign in to comment.