mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #2417 from MrLemur/source-type-change
Change babel.config.js sourceType to unamiguous
(cherry picked from commit fee5731038
)
Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
This commit is contained in:
parent
93042157f8
commit
d85c91ce2e
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ module.exports = {
|
||||||
// Keep the root as a root
|
// Keep the root as a root
|
||||||
'.'
|
'.'
|
||||||
],
|
],
|
||||||
|
sourceType: 'unambiguous',
|
||||||
presets: [
|
presets: [
|
||||||
[
|
[
|
||||||
'@babel/preset-env',
|
'@babel/preset-env',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue