Merge pull request #2417 from MrLemur/source-type-change

Change babel.config.js sourceType to unamiguous
This commit is contained in:
dkanada 2021-02-17 11:44:56 +09:00 committed by GitHub
commit fee5731038
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,7 @@ module.exports = {
// Keep the root as a root
'.'
],
sourceType: 'unambiguous',
presets: [
[
'@babel/preset-env',