mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[kbn/pm] use stable module ids in dist (#130497)
This commit is contained in:
parent
08d61f3da5
commit
a256227567
2 changed files with 73550 additions and 72968 deletions
146510
packages/kbn-pm/dist/index.js
vendored
146510
packages/kbn-pm/dist/index.js
vendored
File diff suppressed because one or more lines are too long
|
@ -86,4 +86,12 @@ module.exports = {
|
|||
watchOptions: {
|
||||
ignored: [/node_modules/, /vendor/],
|
||||
},
|
||||
|
||||
optimization: {
|
||||
moduleIds: 'named',
|
||||
nodeEnv: 'production',
|
||||
usedExports: true,
|
||||
sideEffects: true,
|
||||
minimize: false,
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue