Skip to content
This repository was archived by the owner on May 4, 2023. It is now read-only.

Commit 7277a9c

Browse files
chore: debug prod
1 parent 07ff0ae commit 7277a9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.erb/configs/webpack.config.main.prod.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ const configuration: webpack.Configuration = {
5656
*/
5757
new webpack.EnvironmentPlugin({
5858
NODE_ENV: 'production',
59-
DEBUG_PROD: false,
59+
DEBUG_PROD: true,
6060
START_MINIMIZED: false,
6161
}),
6262

0 commit comments

Comments
 (0)