Merge pull request #3575 from overleaf/ae-transpile-o-error

Add @overleaf/o-error to modules transpiled via babel-loader

GitOrigin-RevId: 9a04564ff0d3fea7cd13290aab4d7f0fa20cbc35
This commit is contained in:
Alf Eaton 2021-01-18 15:29:38 +00:00 committed by Copybot
parent 181f9f88fb
commit 3144aac53f
2 changed files with 1 additions and 1 deletions

View file

@ -59,7 +59,7 @@ module.exports = {
// Only compile application files (npm and vendored dependencies are in
// ES5 already)
exclude: [
/node_modules/,
/node_modules\/(?!@overleaf\/o-error\/)/,
path.resolve(__dirname, 'frontend/js/vendor')
],
use: [