我尝试将 angular-timer 与 webpack、es6 以及moment和humanize -duration的 npm 模块一起使用
我的实现将是:
import 'moment';
import 'humanize-duration';
import 'angular-timer';
我得到了错误ReferenceError: humanizeDuration is not defined
。
当然,angular-timer 需要变量 humanizeDuration 并在需求部分建议使用 bower 和脚本 src。据我了解,使用 webpack 导入 src 与在脚本标签中将其用作 src 相同。