Skip to content

Commit e47e30e

Browse files
authored
fix: remove useConfig call as no longer required (nativescript-vue#1093)
1 parent d98d9bc commit e47e30e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

nativescript.webpack.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@ function startVueDevtools(port, isAndroid = false) {
6161
* @param {typeof import("@nativescript/webpack")} webpack
6262
*/
6363
module.exports = (webpack) => {
64-
webpack.useConfig('vue');
65-
6664
webpack.chainWebpack((config, env) => {
6765
const additionalDefines = {
6866
__VUE_PROD_DEVTOOLS__: false,

0 commit comments

Comments
 (0)