🔧 Remove Vue mode from Webpack config

This commit is contained in:
Alicia Sykes 2021-12-25 22:07:09 +00:00
parent 96005e72cd
commit 631470c431
1 changed files with 0 additions and 1 deletions

View File

@ -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' },