Skip to content

Commit

Permalink
Update vue config
Browse files Browse the repository at this point in the history
  • Loading branch information
GusevPM committed Jul 4, 2023
1 parent f1253cf commit e2ba85e
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 5 deletions.
4 changes: 3 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,15 @@
"@vue/cli-service": "^5.0.8",
"eslint": "^8.43.0",
"eslint-plugin-vue": "^9.15.1",
"safe-buffer": "^5.2.1",
"sass": "~1.32.6",
"sass-loader": "^13.3.2",
"simple-icons": "^9.3.0",
"vue-cli-plugin-vuetify": "^2.5.8",
"vue-eslint-parser": "^9.3.1",
"vue-template-compiler": "^2.7.14",
"vuetify-loader": "^1.9.2"
"vuetify-loader": "^1.9.2",
"webpack": "^5.88.1"
},
"overrides": {
"node-ipc@>9.2.1 <10": "9.2.1",
Expand Down
15 changes: 12 additions & 3 deletions vue.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
const webpack = require("webpack");

module.exports = {
"transpileDependencies": [
transpileDependencies: [
"vuetify"
]
}
],
configureWebpack: {
plugins: [
new webpack.ProvidePlugin({

}),
],
},
}

0 comments on commit e2ba85e

Please sign in to comment.