From 7597fb7e5b7e9ff5f83a8b75316853c953f9d874 Mon Sep 17 00:00:00 2001 From: Lucas Nogueira Date: Sun, 13 Feb 2022 09:18:03 -0300 Subject: [PATCH] chore(plugin): remove unused code --- index.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/index.js b/index.js index 2f519b3..4ccd968 100644 --- a/index.js +++ b/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', {