Babel: disable 'loose' mode
This commit is contained in:
parent
19ed7b6883
commit
c50a7b2126
1 changed files with 0 additions and 1 deletions
|
@ -3,7 +3,6 @@ module.exports = (api) => {
|
|||
|
||||
const envOptions = {
|
||||
debug: false,
|
||||
loose: true,
|
||||
modules: false,
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue