tsbundle/babel.config.js

7 lines
173 B
JavaScript
Raw Normal View History

2019-04-29 20:11:24 +00:00
const plugins = [
'@babel/plugin-proposal-class-properties',
['@babel/plugin-proposal-decorators', { decoratorsBeforeExport: true } ],
];
module.exports = { plugins };