jsLPSolver icon indicating copy to clipboard operation
jsLPSolver copied to clipboard

Add browser shim for External.js.

Open CXuesong opened this issue 5 years ago • 3 comments

Fixes #96, hopefully.

CXuesong avatar Nov 07 '19 15:11 CXuesong

Awesome, @JWally, do you think we can get this merged?

DaanVandenBosch avatar Jul 25 '21 11:07 DaanVandenBosch

Thank you. Confirmed; fixes the following errors in angular:

Module not found: Error: Can't resolve 'fs' in ...
Module not found: Error: Can't resolve 'child_process' in ...

qspark-zz avatar Jul 26 '21 03:07 qspark-zz

This fixes lots of issues with esbuild and webpack. For example projects that use d3-dag will encounter Critical dependency: the request of a dependency is an expression on build due to this dependency.

raffclar avatar Nov 02 '21 09:11 raffclar

Agreed, would love this to be merged please!

Hazelfire avatar Feb 02 '23 03:02 Hazelfire