标签: webpack momentjs
使依赖项引用moment.js的最佳方法是什么?我尝试了很多方法使它在全球范围内可用,但无济于事!
// scripts import "moment"; window.moment = moment;