mirror of
https://github.com/Lissy93/dashy.git
synced 2024-11-22 20:25:13 +03:00
🔧 Remove Vue mode from Webpack config
This commit is contained in:
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' },
|
||||
|
Loading…
Reference in New Issue
Block a user