1module.exports = { 2 env: { 3 test: { 4 plugins: ["@babel/plugin-transform-modules-commonjs"], 5 }, 6 }, 7}; 8 9