Skip to content

Commit

Permalink
fix(NA): remove extra mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Dec 1, 2024
1 parent f01477a commit 73e2e74
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/kbn-ui-shared-deps-npm/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,12 +139,6 @@ module.exports = (_, argv) => {
resolve: {
alias: {
'@elastic/eui$': '@elastic/eui/optimize/es',
// Exposing other eui subpaths as we want to expose them from the dll.
// We cant just alias everything because we are also importing eui/dist from outside of the dll
'@elastic/eui/lib/services/theme/warning':
'@elastic/eui/optimize/es/services/theme/warning',
'@elastic/eui/lib/components/provider/nested':
'@elastic/eui/optimize/es/components/provider/nested',
moment: MOMENT_SRC,
// NOTE: Used to include react profiling on bundles
// https://gist.github.com/bvaughn/25e6233aeb1b4f0cdb8d8366e54a3977#webpack-4
Expand Down

0 comments on commit 73e2e74

Please sign in to comment.