Skip to content
This repository was archived by the owner on Nov 9, 2023. It is now read-only.

Commit 815daba

Browse files
committed
fix(build): missing import
1 parent 4be8ed8 commit 815daba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ module.exports = (api, options) => {
7878
},
7979
async args => {
8080
const build = require('tauri/dist/api/build')
81+
const { error } = require('@vue/cli-shared-utils')
8182

8283
// Use custom config for webpack
8384
process.env.TAURI_BUILD = true

0 commit comments

Comments
 (0)