Babel: disable 'loose' mode

This commit is contained in:
Alex Gleason 2021-07-09 19:55:59 -05:00
parent 19ed7b6883
commit c50a7b2126
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -3,7 +3,6 @@ module.exports = (api) => {
const envOptions = {
debug: false,
loose: true,
modules: false,
};