this repo has no description

Babel: compact

+4 -3
+4 -3
babel.config.js
··· 1 1 module.exports = { 2 - presets: ["@babel/env"], 3 - plugins: ["@babel/transform-property-mutators"], 4 - }; 2 + presets: ["@babel/env"], 3 + plugins: ["@babel/transform-property-mutators"], 4 + compact: true 5 + };