mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-01 10:01:07 +02:00
fix(js-cli) safeTap call
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user