Skip to content

Commit

Permalink
fix: change export to exports
Browse files Browse the repository at this point in the history
  • Loading branch information
Aysnine committed Dec 22, 2019
1 parent f72abe1 commit acab851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vue.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module.export = {
module.exports = {
// https://cli.vuejs.org/zh/config/#productionsourcemap
productionSourceMap: false
}

0 comments on commit acab851

Please sign in to comment.