Browse Source

fix(js-cli) safeTap call

Lucas 5 years ago
parent
commit
b0e43f2e85
1 changed files with 1 additions and 1 deletions
  1. 1 1
      cli/tauri.js/webpack/index.js

+ 1 - 1
cli/tauri.js/webpack/index.js

@@ -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'