From eebbd3cbe894c717b310a390bf276e320f1f17b5 Mon Sep 17 00:00:00 2001 From: Bill Thornton Date: Wed, 10 Nov 2021 13:04:41 -0500 Subject: [PATCH] Add screenfull to transpiling --- webpack.common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack.common.js b/webpack.common.js index 77b714a0e..e13fb60a5 100644 --- a/webpack.common.js +++ b/webpack.common.js @@ -96,7 +96,7 @@ module.exports = { }, { test: /\.(js|jsx)$/, - exclude: /node_modules[\\/](?!@uupaa[\\/]dynamic-import-polyfill|blurhash|date-fns|epubjs|flv.js|libarchive.js|marked)/, + exclude: /node_modules[\\/](?!@uupaa[\\/]dynamic-import-polyfill|blurhash|date-fns|epubjs|flv.js|libarchive.js|marked|screenfull)/, use: [{ loader: 'babel-loader' }]