From d1876af346d394008e628a3539657b0efca27ac3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20de=20Dios=20Mart=C3=ADnez=20Vallejo?= Date: Tue, 11 Mar 2025 19:22:06 +0100 Subject: [PATCH] remove multiple calls to useConfig vue --- nativescript.webpack.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/nativescript.webpack.js b/nativescript.webpack.js index 602f08f9..087550b2 100644 --- a/nativescript.webpack.js +++ b/nativescript.webpack.js @@ -61,8 +61,6 @@ function startVueDevtools(port, isAndroid = false) { * @param {typeof import("@nativescript/webpack")} webpack */ module.exports = (webpack) => { - webpack.useConfig('vue'); - webpack.chainWebpack((config, env) => { const additionalDefines = { __VUE_PROD_DEVTOOLS__: false,