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:
parent
a054a00777
commit
7d663ef0ec
@ -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/');
|
||||
|
Loading…
Reference in New Issue
Block a user