https://github.com/vector-engineering/COVID19-CG
Raw File
Tip revision: 9de6ebe07a1de10778f0d5a994fe67df6531cd6e authored by Albert Chen on 02 August 2020, 17:44:15 UTC
bump version
Tip revision: 9de6ebe
babel.config.js
module.exports = {
  plugins: [
    [
      '@babel/plugin-proposal-decorators',
      {
        legacy: true,
      },
    ],
  ],
};
back to top