logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: 96d87073533595ba98380b4b5000160b21647fe9
parent 78e1738d0825e3c87c36533948d0ef8a8dc04b3e
Author: Tusooa Zhu <tusooa@kazv.moe>
Date:   Mon, 15 Aug 2022 17:39:17 -0400

Fix production builds

Diffstat:

Mbuild/webpack.prod.conf.js5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/build/webpack.prod.conf.js b/build/webpack.prod.conf.js @@ -60,9 +60,10 @@ var webpackConfig = merge(baseWebpackConfig, { ignoreCustomComments: [/server-generated-meta/] // more options: // https://github.com/kangax/html-minifier#options-quick-reference - }, + } + // , // necessary to consistently work with multiple chunks via CommonsChunkPlugin - chunksSortMode: 'dependency' + // chunksSortMode: 'dependency' }), // split vendor js into its own file // extract webpack runtime and module manifest to its own file in order to