зеркало из https://github.com/mozilla/normandy.git
10 строки
271 B
JavaScript
10 строки
271 B
JavaScript
|
module.exports = {
|
||
|
plugins: [
|
||
|
'@babel/plugin-proposal-class-properties',
|
||
|
'@babel/plugin-proposal-object-rest-spread',
|
||
|
'@babel/plugin-proposal-function-bind',
|
||
|
'@babel/plugin-transform-modules-commonjs',
|
||
|
'babel-plugin-syntax-async-functions',
|
||
|
],
|
||
|
};
|