1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Debugging stuff

This commit is contained in:
Vasily 2020-04-24 13:46:57 +03:00
parent 7bb7560481
commit ce2c3ad36e
5 changed files with 15 additions and 8 deletions

View file

@ -7,7 +7,7 @@ module.exports = merge(common, {
rules: [
{
test: /\.js$/,
exclude: /node_modules[\\/](?!query-string)/,
exclude: /node_modules[\\/](?!query-string|split-on-first|strict-uri-encode)/,
loader: "babel-loader"
},
{