chenqingspring / ng-lottie

Render After Effects animations on Angular based on lottie-web
MIT License
340 stars 100 forks source link

fix: linting #68

Closed Tomsons-bc closed 4 years ago

Tomsons-bc commented 4 years ago

Fixed linting as the current code base generates an error in the generated umd bundle saying:

const lottieAnimationView_component_1 = __webpack_require__(!(function webpackMissingModule() { var e = new Error("Cannot find module \"./lottieAnimationView.component\""); e.code = 'MODULE_NOT_FOUND'; throw e; }()));

On line 77