Skip to content

Commit

Permalink
Fix build command
Browse files Browse the repository at this point in the history
  • Loading branch information
WebMaestroFr committed Jun 10, 2024
1 parent 4075301 commit ed1f973
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"ignorePatterns": [
"dist/*",
"node_modules/*",
"babel.config.js"
"*.config.js"
],
"parserOptions": {
"parser": "@babel/eslint-parser"
Expand Down
5 changes: 2 additions & 3 deletions vue.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { defineConfig } from '@vue/cli-service'

export default defineConfig({
const { defineConfig } = require('@vue/cli-service')
module.exports = defineConfig({
transpileDependencies: true
})

0 comments on commit ed1f973

Please sign in to comment.