Browse Source

removed webpack dashboard plugin

production
Yiğit Çolakoğlu 4 years ago
parent
commit
9a02ee4e73
1 changed files with 0 additions and 5 deletions
  1. +0
    -5
      vue.config.js

+ 0
- 5
vue.config.js View File

@ -1,7 +1,2 @@
const DashboardPlugin = require('webpack-dashboard/plugin');
module.exports = {
configureWebpack: {
plugins: [new DashboardPlugin(),]
}
};

Loading…
Cancel
Save