mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-01-31 00:35:19 +01: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