123456789 |
- 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"],
- // lintOnSave: false, //关闭语法检查
- })
|