Skip to content

Commit 6e1a900

Browse files
committed
moment
1 parent 3eb6720 commit 6e1a900

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

mrq/dashboard/static/bin/0.bundle.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mrq/dashboard/static/webpack.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ module.exports = {
3131
jQuery: "jquery",
3232
"window.jQuery": "jquery",
3333
_: "underscore",
34-
Backbone: "backbone"
34+
Backbone: "backbone",
35+
moment: "moment"
3536
}),
3637
new UglifyJSPlugin({compress: {warnings: false}})
3738
],

0 commit comments

Comments
 (0)