Skip to content

Commit

Permalink
chore: disable webpack error overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
tymmesyde committed Feb 3, 2024
1 parent da50e2b commit 923de33
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,12 @@ module.exports = defineConfig({
new webpack.DefinePlugin({
'process.env.PACKAGE_VERSION': JSON.stringify(version),
})
]
],
devServer: {
client: {
overlay: false,
},
},
},
css: {
loaderOptions: {
Expand Down

0 comments on commit 923de33

Please sign in to comment.