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

Commit 7597fb7

Browse files
committed
chore(plugin): remove unused code
1 parent 21dc1b1 commit 7597fb7

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

index.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,6 @@ module.exports = (api, options) => {
6868
error
6969
} = require('@vue/cli-shared-utils')
7070

71-
// Use custom config for webpack
72-
process.env.TAURI_BUILD = true
73-
// Set publicPath so that scripts are properly imported
74-
options.publicPath = ''
75-
7671
if (!args['skip-bundle']) {
7772
try {
7873
await api.service.run('build', {

0 commit comments

Comments
 (0)