mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-13 06:14:43 +00:00
Handle react-resizable-panels with babel-loader (#20305)
GitOrigin-RevId: e4a5e5eb06323248e9fb58ee8bc4c94c4e63737e
This commit is contained in:
parent
707790e51e
commit
aaf747c329
1 changed files with 1 additions and 1 deletions
|
@ -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: [
|
||||
|
|
Loading…
Add table
Reference in a new issue