Lucas 5 лет назад
Родитель
Сommit
b0e43f2e85
1 измененных файлов с 1 добавлено и 1 удалено
  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'