aboutsummaryrefslogtreecommitdiff
path: root/webpack.config.d/moment.js
blob: e8db2ea036e578b5e97b9443c6d73f986b6d2d75 (plain)
1
2
3
4
config.plugins.push(new webpack.ProvidePlugin({
    moment: "moment",
    "window.moment": "moment"
}));