ObaidUrRehman / ng-drag-drop

Drag & Drop for Angular - based on HTML5 with no external dependencies. :tada:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ng-drag-drop package is not compatible with Ivy builds

Bjeaurn opened this issue · comments

Please remove sections that are not required.

  • I'm submitting a ...
    [x] bug report
    [ ] feature request
    [ ] other

  • What is the current behavior?
    When I start my application with enableIvy: true set, it runs into a compile error:

ERROR in There is no format with import statements in '/path/to/dev/node_modules/ng-drag-drop' entry-point.
  • If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem via https://plnkr.co or similar.

Will add later, unfortunately not able to do so through Stackblitz.

  • What is the expected behavior?
    That the compiler is able to compile the project that depends on ng-drag-drop

  • Please tell us about your environment:

  • Angular version: 8.0.0
  • Angular CLI Version: 8.0.1
  • Browser: Not relevant.

Apparantly related to angular/angular#29564

image
Im getting a different ivy error

My lamentable solution to this is to bring the code into your project manually, and it works like a charm.