mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
* fix(NA): node module main field resolution for new platform * chore(NA): remove browserify from kbn optimizer main fields Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com> Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
This commit is contained in:
parent
f97be4f276
commit
5746c66597
1 changed files with 1 additions and 0 deletions
|
@ -276,6 +276,7 @@ export function getWebpackConfig(bundle: Bundle, worker: WorkerConfig) {
|
|||
|
||||
resolve: {
|
||||
extensions: ['.js', '.ts', '.tsx', '.json'],
|
||||
mainFields: ['browser', 'main'],
|
||||
alias: {
|
||||
tinymath: require.resolve('tinymath/lib/tinymath.es5.js'),
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue