mirror of
https://github.com/tauri-apps/vue-cli-plugin-tauri.git
synced 2026-02-04 02:31:17 +01:00
chore(plugin): remove unused code
This commit is contained in:
5
index.js
5
index.js
@@ -68,11 +68,6 @@ module.exports = (api, options) => {
|
||||
error
|
||||
} = require('@vue/cli-shared-utils')
|
||||
|
||||
// Use custom config for webpack
|
||||
process.env.TAURI_BUILD = true
|
||||
// Set publicPath so that scripts are properly imported
|
||||
options.publicPath = ''
|
||||
|
||||
if (!args['skip-bundle']) {
|
||||
try {
|
||||
await api.service.run('build', {
|
||||
|
||||
Reference in New Issue
Block a user