Skip to content

Commit 450afd6

Browse files
committed
Don't remove comments from embed
1 parent 1b48915 commit 450afd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/app/config/webpack.common.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ module.exports = {
399399
filename: 'embed.html',
400400
template: path.join(paths.embedSrc, 'index.html'),
401401
minify: __PROD__ && {
402-
removeComments: true,
402+
removeComments: false,
403403
collapseWhitespace: true,
404404
removeRedundantAttributes: true,
405405
useShortDoctype: true,

0 commit comments

Comments
 (0)