|
|
@ -2,6 +2,8 @@ const loose = true;
|
|
|
|
|
|
|
|
|
|
|
|
module.exports = {
|
|
|
|
module.exports = {
|
|
|
|
plugins: [
|
|
|
|
plugins: [
|
|
|
|
|
|
|
|
'@babel/plugin-transform-logical-assignment-operators',
|
|
|
|
|
|
|
|
|
|
|
|
// Stage 1
|
|
|
|
// Stage 1
|
|
|
|
'@babel/plugin-proposal-export-default-from',
|
|
|
|
'@babel/plugin-proposal-export-default-from',
|
|
|
|
['@babel/plugin-transform-optional-chaining', { loose }],
|
|
|
|
['@babel/plugin-transform-optional-chaining', { loose }],
|
|
|
|