mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2026-01-15 16:33:35 -03:00
Babel query-string
This commit is contained in:
@@ -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