Revision 16ced97d14f24c015464f83e174471a5cebcf7f8 authored by kevinaltschuler on 17 September 2020, 01:39:41 UTC, committed by kevinaltschuler on 17 September 2020, 01:39:41 UTC
1 parent e789dc4
Raw File
babel.config.js
module.exports = {
  plugins: [
    [
      '@babel/plugin-proposal-decorators',
      {
        legacy: true,
      },
    ],
  ],
};
back to top