Fix api url in prod

This commit is contained in:
pikiou
2022-01-11 21:46:37 +01:00
parent c7941aefc3
commit 15c6cc0be7
11 changed files with 75 additions and 44 deletions

View File

@@ -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 } },
}),
],
},