Skip to content

Commit

Permalink
fix: removes unused and non-working config option
Browse files Browse the repository at this point in the history
  • Loading branch information
davidroyer committed May 25, 2019
1 parent 362f106 commit 61098d7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@ module.exports = {
// libraryTarget: "window",
library: "Vue2Editor"
}
},
chainWebpack: config => {
config.plugins.delete("html");
// config.plugins.delete('preload')
// config.plugins.delete('prefetch')
}
};

Expand Down

0 comments on commit 61098d7

Please sign in to comment.