diff --git a/services/web/webpack.config.js b/services/web/webpack.config.js index 5b742a6436..93e58f299f 100644 --- a/services/web/webpack.config.js +++ b/services/web/webpack.config.js @@ -123,7 +123,7 @@ module.exports = { test: /\.([jt]sx?|[cm]js)$/, // Only compile application files and specific dependencies // (other npm and vendored dependencies must be in ES5 already) - exclude: [/node_modules\/(?!(react-dnd|chart\.js)\/)/, vendorDir], + exclude: [/node_modules\/(?!(react-dnd|chart\.js|@uppy)\/)/, vendorDir], use: [ { loader: 'babel-loader',