Closed ismaxs closed 6 years ago
Deleting the DIST folder resolves the problem.
I have the same with both ember-browserify and interact 1.3.3 I had to downgrade interact to 1.2.9 (where there is only a dist folder). So there may be a problem with browserify AND interact. But I don't know how to dig further.
BTW, The problem with only removing the dist folder, is in the case of automatic build.
@ismaxs Would it be possible to reopen the issue, since I don't think it's resolved.
I think the problem happens because the internal dependencies are declared with relative routes as in the files of the src folder.
In my case, deleting the DIST folder solves the problem and browserify continues with the execution normally. I do not need to dig deeper into the problem.
However I do not know if interactjs will work normally, in any case it is an optional dependency in my development brought by another dependency.
import interact from 'interactjs/src/index';
will solve your problem.
Hello,
I am making use of interactjs through the angularjs module called angular-bootstrap-calendar.
For my compilation constructions I use GULP and I get the following problem when the browserify plugin goes into action in order to build the package of external dependencies:
I can not find the solution to the problem because I am not clear at what point I am doing something wrong. Maybe it's browserify the cause?