Commit 92ac6908 authored by Mike Greiling's avatar Mike Greiling

Do not include source code in stats generation

parent b58d8047
...@@ -375,6 +375,9 @@ module.exports = { ...@@ -375,6 +375,9 @@ module.exports = {
openAnalyzer: false, openAnalyzer: false,
reportFilename: path.join(ROOT_PATH, 'webpack-report/index.html'), reportFilename: path.join(ROOT_PATH, 'webpack-report/index.html'),
statsFilename: path.join(ROOT_PATH, 'webpack-report/stats.json'), statsFilename: path.join(ROOT_PATH, 'webpack-report/stats.json'),
statsOptions: {
source: false,
},
}), }),
new webpack.DefinePlugin({ new webpack.DefinePlugin({
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment