mirror of
https://github.com/Paris-est-Ludique/intranet.git
synced 2025-09-11 05:46:28 +02:00
Fix api url in prod
This commit is contained in:
@@ -83,7 +83,7 @@ const config = (isWeb = false): Configuration => ({
|
||||
minimizer: [
|
||||
new TerserPlugin({
|
||||
// See more options: https://github.com/webpack-contrib/terser-webpack-plugin#terseroptions
|
||||
terserOptions: { compress: { drop_console: true } },
|
||||
terserOptions: { compress: { drop_console: false } },
|
||||
}),
|
||||
],
|
||||
},
|
||||
|
Reference in New Issue
Block a user