Babel apiclient and fix reference name
This commit is contained in:
parent
a7241d39f6
commit
5d40eb0b23
3 changed files with 3 additions and 3 deletions
|
@ -16,7 +16,7 @@ module.exports = merge(common, {
|
|||
rules: [
|
||||
{
|
||||
test: /\.js$/,
|
||||
exclude: /node_modules[\\/](?!query-string|split-on-first|strict-uri-encode)/,
|
||||
exclude: /node_modules[\\/](?!jellyfin-apiclient|query-string|split-on-first|strict-uri-encode)/,
|
||||
use: {
|
||||
loader: 'babel-loader',
|
||||
options: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue