Skip to content

Commit

Permalink
🔧 Remove Vue mode from Webpack config
Browse files Browse the repository at this point in the history
  • Loading branch information
Lissy93 authored and Alicia Sykes committed Dec 25, 2021
1 parent 63dfa11 commit 20d42c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ const progressFormat = '\x1b[1m\x1b[36mBuilding Dashy\x1b[0m '
// Webpack Config
const configureWebpack = {
mode,
performance: { hints: (mode === 'development') },
module: {
rules: [
{ test: /.svg$/, loader: 'vue-svg-loader' },
Expand Down

0 comments on commit 20d42c9

Please sign in to comment.