1. modules.exports = {
    2. /* 声明 Babel 可用插件 */
    3. plugins: [['@babel/plugin-proposal-decorators', { legacy: true }]]
    4. }