Skip to content

Commit 7757f72

Browse files
committed
fix(externals): fix moment import
1 parent 8541b58 commit 7757f72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vue.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module.exports = {
22
configureWebpack: {
33
externals: {
4-
moment: "Moment"
4+
moment: "moment"
55
}
66
}
77
};

0 commit comments

Comments
 (0)