There was an error while loading. Please reload this page.
1 parent 38fa90f commit 72a47f5Copy full SHA for 72a47f5
1 file changed
client/example/vite.config.ts
@@ -7,6 +7,7 @@ export default defineConfig({
7
base: './',
8
define: {
9
global: 'window', // this fixes global is not defined
10
+ 'process.env.DRAGGABLE_DEBUG': 'undefined', // fixes react-draggable issue in its log function
11
},
12
build: {
13
outDir: '../../server/example-client/sdist',
0 commit comments