🔧 Remove Vue mode from Webpack config
This commit is contained in:
committed by
Alicia Sykes
parent
63dfa11b02
commit
20d42c96c8
@@ -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' },
|
||||
|
||||
Reference in New Issue
Block a user