1
0
mirror of https://github.com/mattermost/focalboard.git synced 2024-11-27 08:31:20 +02:00

MM-49637 Make chunk filenames generated for MPA unique (#4463)

This commit is contained in:
Harrison Healey 2023-01-12 15:45:11 -05:00 committed by GitHub
parent a054a00777
commit 7d663ef0ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -172,6 +172,7 @@ if (TARGET_IS_PRODUCT) {
config.output = {
path: path.join(__dirname, '/dist'),
chunkFilename: '[name].[contenthash].js',
};
} else {
config.resolve.alias['react-intl'] = path.resolve(__dirname, '../../webapp/node_modules/react-intl/');