Revert "Upgrade EUI to v88.3.0 (#166292)"

This reverts commit b7ba000b86.
This commit is contained in:
Jonathan Budzenski 2023-09-18 18:37:13 -05:00
parent 60ce6f0ed6
commit f270c317f5
41 changed files with 700 additions and 665 deletions

View file

@ -146,7 +146,7 @@ module.exports = (_, argv) => {
// @hello-pangea/dnd emits optional chaining that confuses webpack.
// We need to transform it using babel before going further
{
test: /@hello-pangea\/dnd\/dist\/dnd(\.esm)?\.js$/,
test: /@hello-pangea\/dnd\/dist\/dnd\.js$/,
use: [
{
loader: 'babel-loader',