This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push: new b3d476eebb [fix](ui)source map files not included in production builds (#11612) b3d476eebb is described below commit b3d476eebb6014709eb8a27901f07d280849e38b Author: wangyongfeng <943155...@qq.com> AuthorDate: Wed Aug 10 08:19:07 2022 +0800 [fix](ui)source map files not included in production builds (#11612) Co-authored-by: wangyf0555 <wangyongf...@flywheels.com> --- ui/config/webpack.common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/config/webpack.common.js b/ui/config/webpack.common.js index f5a4b713df..3e5eea5619 100644 --- a/ui/config/webpack.common.js +++ b/ui/config/webpack.common.js @@ -49,7 +49,7 @@ module.exports = { filename: '[name].[hash].js', chunkFilename: '[name].[hash].js' }, - devtool: 'source-map', + devtool: 'none', resolve: { extensions: ['*', '.ts', '.tsx', 'jsx', '.js', 'json'], alias: { --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org