angular2-jsonapi icon indicating copy to clipboard operation
angular2-jsonapi copied to clipboard

Support Angular 9 & Bazel

Open dustinblanchard opened this issue 5 years ago • 1 comments

Attempting to build an app containing this module using Bazel throws the following warning and error:

Warning: Entry point 'angular2-jsonapi' contains deep imports into '~/node_modules/lodash-es/find', '~/node_modules/lodash-es/includes'. This is probably not a problem, but may cause the compilation of entry points to be out of order.

Error: Error on worker #4: Error: Expected UMD module file (~/node_modules/angular2-jsonapi/node_modules/qs/lib/utils.js) to contain exactly one statement, but found 15.

dustinblanchard avatar Feb 08 '20 00:02 dustinblanchard

@dustinblanchard can you check if #263 fixed this issue? And if no, if probably #277 will fix it?

hpawe01 avatar Jan 21 '21 11:01 hpawe01