From 47dc4344f0a6b241ced30da2de95a29b61d3589c Mon Sep 17 00:00:00 2001 From: Dmitry Lyzo Date: Tue, 24 Aug 2021 19:18:54 +0300 Subject: [PATCH] Babel blurhash --- webpack.common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack.common.js b/webpack.common.js index 1a409f756..b09bb9535 100644 --- a/webpack.common.js +++ b/webpack.common.js @@ -92,7 +92,7 @@ module.exports = { }, { test: /\.(js|jsx)$/, - exclude: /node_modules[\\/](?!@uupaa[\\/]dynamic-import-polyfill|date-fns|epubjs|flv.js|libarchive.js)/, + exclude: /node_modules[\\/](?!@uupaa[\\/]dynamic-import-polyfill|blurhash|date-fns|epubjs|flv.js|libarchive.js)/, use: [{ loader: 'babel-loader' }]