Skip to content

Commit

Permalink
Update vite.config.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenixcoded20 authored May 5, 2024
1 parent 930b267 commit d0aa726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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'
},
Expand Down

0 comments on commit d0aa726

Please sign in to comment.