fix(js-cli) safeTap call

This commit is contained in:
Lucas
2019-11-30 09:01:50 -03:00
parent 5976fced38
commit b0e43f2e85

View File

@@ -56,7 +56,7 @@ module.exports.chain = function (chain) {
chain.module.rule('babel')
.use('babel-loader')
.tap(options => safeTap(() => {
.tap(options => safeTap(options, () => {
options.plugins.push([
'system-import-transformer', { // needs constant attention
modules: 'common'