Skip to content

Commit

Permalink
Merge pull request jellyfin#2417 from MrLemur/source-type-change
Browse files Browse the repository at this point in the history
Change babel.config.js sourceType to unamiguous
  • Loading branch information
dkanada committed Feb 17, 2021
2 parents f416b4a + 547d7d7 commit fee5731
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions babel.config.js
Expand Up @@ -3,6 +3,7 @@ module.exports = {
// Keep the root as a root
'.'
],
sourceType: 'unambiguous',
presets: [
[
'@babel/preset-env',
Expand Down

0 comments on commit fee5731

Please sign in to comment.