Skip to content

Commit 222d1fa

Browse files
committed
😗 去掉性能提醒
1 parent b60df82 commit 222d1fa

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

webpack.config.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,10 @@ var config = {
7979
// }
8080
// },
8181
},
82-
devtool: '#eval-source-map'
82+
devtool: '#eval-source-map',
83+
performance: {
84+
hints: false
85+
}
8386
};
8487

8588
var pages = getHtmls();

0 commit comments

Comments
 (0)