Skip to content

Commit 24e4f34

Browse files
Update package.json (#50)
* Update package.json * Update vite.config.mjs
1 parent b8c0635 commit 24e4f34

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
"scripts": {
1212
"start": "vite",
1313
"build": "vite build",
14-
"build-stage": "env-cmd -f .env.qa vite build",
1514
"preview": "vite preview",
1615
"lint": "eslint \"src/**/*.{js,jsx,ts,tsx}\"",
1716
"lint:fix": "eslint --fix \"src/**/*.{js,jsx,ts,tsx}\"",
@@ -95,4 +94,4 @@
9594
"prettier": "^3.2.5",
9695
"react-error-overlay": "6.0.11"
9796
}
98-
}
97+
}

vite.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import jsconfigPaths from 'vite-jsconfig-paths';
99
export default defineConfig({
1010
plugins: [react(), jsconfigPaths()],
1111
// https://github.com/jpuri/react-draft-wysiwyg/issues/1317
12-
// base: '/free', // accessing env variable is not possible here. So hard coding this.
12+
base: '/free', // accessing env variable is not possible here. So hard coding this.
1313
define: {
1414
global: 'window'
1515
},

0 commit comments

Comments
 (0)