mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2026-09-03 03:50:02 +03:00
Babel query-string
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@ module.exports = merge(common, {
|
||||
rules: [
|
||||
{
|
||||
test: /\.js$/,
|
||||
exclude: /node_modules/,
|
||||
exclude: /node_modules[\\/](?!query-string)/,
|
||||
loader: "babel-loader"
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user