diff --git a/services/web/webpack.config.js b/services/web/webpack.config.js index 621c892c97..52e28f8d2f 100644 --- a/services/web/webpack.config.js +++ b/services/web/webpack.config.js @@ -126,7 +126,7 @@ module.exports = { // Only compile application files and specific dependencies // (other npm and vendored dependencies must be in ES5 already) exclude: [ - /node_modules\/(?!(react-dnd|chart\.js|@uppy|pdfjs-dist401)\/)/, + /node_modules\/(?!(react-dnd|chart\.js|@uppy|pdfjs-dist401|react-resizable-panels)\/)/, vendorDir, ], use: [