feature(package) babel v7

This commit is contained in:
coderaiser 2018-06-01 15:47:50 +03:00
parent 20185d0fad
commit 9da17585e8
3 changed files with 19 additions and 20 deletions

View file

@ -30,7 +30,7 @@ const clean = (array) => array.filter(notEmpty);
const babelDev = {
babelrc: false,
plugins: [
'babel-plugin-macros',
'module:babel-plugin-macros',
]
};