mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #3593 from overleaf/as-transpile-react-dnd
Fix react-dnd crashing the editor on IE11 GitOrigin-RevId: 2ab3725ef03a105de551dbc4a5b51538d03be2df
This commit is contained in:
parent
d98eec34e3
commit
8a6136efa7
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ module.exports = {
|
|||
// Only compile application files (npm and vendored dependencies are in
|
||||
// ES5 already)
|
||||
exclude: [
|
||||
/node_modules/,
|
||||
/node_modules\/(?!react-dnd\/)/,
|
||||
path.resolve(__dirname, 'frontend/js/vendor')
|
||||
],
|
||||
use: [
|
||||
|
|
Loading…
Reference in a new issue