Skip to content

Commit 1b16b9e

Browse files
committed
fix: disable build config & jinja boot data plugins from frappe-ui
1 parent 50d1e29 commit 1b16b9e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

frontend/src/scripts/build.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,8 @@ async function buildWithVite(appName, entryFilePath) {
128128
frappeui({
129129
frappeProxy: true,
130130
lucideIcons: true,
131+
buildConfig: false,
132+
jinjaBootData: false,
131133
}),
132134
],
133135
resolve: {

frontend/vite.config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ export default defineConfig({
2424
frappeui({
2525
frappeProxy: true,
2626
lucideIcons: true,
27+
buildConfig: false,
28+
jinjaBootData: false,
2729
}),
2830
vue(),
2931
],

0 commit comments

Comments
 (0)