diff --git a/vite.config.mjs b/vite.config.mjs index 077e81015..c75d0b96a 100644 --- a/vite.config.mjs +++ b/vite.config.mjs @@ -9,7 +9,7 @@ import jsconfigPaths from 'vite-jsconfig-paths'; export default defineConfig({ plugins: [react(), jsconfigPaths()], // https://github.com/jpuri/react-draft-wysiwyg/issues/1317 - // base: '/free', // accessing env variable is not possible here. So hard coding this. + base: '/free', // accessing env variable is not possible here. So hard coding this. define: { global: 'window' },