🔧 Remove Vue mode from Webpack config

This commit is contained in:
Alicia Sykes 2021-12-25 22:07:09 +00:00 committed by Alicia Sykes
parent 63dfa11b02
commit 20d42c96c8
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' },