Skip to content

Commit

Permalink
fix(externals): fix moment import
Browse files Browse the repository at this point in the history
  • Loading branch information
julon committed Jul 8, 2018
1 parent 8541b58 commit 7757f72
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,7 +1,7 @@
module.exports = {
configureWebpack: {
externals: {
moment: "Moment"
moment: "moment"
}
}
};

0 comments on commit 7757f72

Please sign in to comment.