Babel epubjs

This commit is contained in:
Dmitry Lyzo 2020-06-03 10:49:15 +03:00
parent d728e8f47c
commit 20eef65e5c
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ module.exports = merge(common, {
rules: [
{
test: /\.js$/,
exclude: /node_modules[\\/](?!date-fns|jellyfin-apiclient|query-string|split-on-first|strict-uri-encode)/,
exclude: /node_modules[\\/](?!date-fns|epubjs|jellyfin-apiclient|query-string|split-on-first|strict-uri-encode)/,
use: {
loader: 'babel-loader',
options: {

View File

@ -8,7 +8,7 @@ module.exports = merge(common, {
rules: [
{
test: /\.js$/,
exclude: /node_modules[\\/](?!date-fns|jellyfin-apiclient|query-string|split-on-first|strict-uri-encode)/,
exclude: /node_modules[\\/](?!date-fns|epubjs|jellyfin-apiclient|query-string|split-on-first|strict-uri-encode)/,
use: {
loader: 'babel-loader',
options: {