const { defineConfig } = require('@vue/cli-service') module.exports = defineConfig({ // If you want to transpile all dependencies: transpileDependencies: true, // If you selectively transpile dependencies: transpileDependencies: ["@kitware/vtk.js"] })