Skip to content

Commit ad4ed03

Browse files
committed
Test unminified
1 parent a6566d8 commit ad4ed03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Servers/UI/OJS.Servers.Ui/ClientApp/vite.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const forwardToAdmin = () => {
2323
}
2424

2525
export default defineConfig(({ mode }) => {
26-
const isUnminified = process.env.UNMINIFIED === 'true';
26+
const isUnminified = true; // process.env.UNMINIFIED === 'true';
2727

2828
return ({
2929
appType: 'mpa', // Multi Page Application

0 commit comments

Comments
 (0)