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