[kbn/pm] use stable module ids in dist (#130497)

This commit is contained in:
Spencer 2022-04-18 15:10:46 -05:00 committed by GitHub
parent 08d61f3da5
commit a256227567
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 73550 additions and 72968 deletions

File diff suppressed because one or more lines are too long

View file

@ -86,4 +86,12 @@ module.exports = {
watchOptions: {
ignored: [/node_modules/, /vendor/],
},
optimization: {
moduleIds: 'named',
nodeEnv: 'production',
usedExports: true,
sideEffects: true,
minimize: false,
},
};