|
|
|
|
|
by napa15
3158 days ago
|
|
Installation is broken with bs-platform, do this to fix it (assuming node is installed in /home/pc/node) rm /home/pc/node/lib/node_modules/bs-platform/bin/refmt.exe ln -s /home/pc/node/bin/refmt /home/pc/node/lib/node_modules/bs-platform/bin/refmt.exe Is there no source map support? Also: I have to set up requirejs myself to make Reason code work in the browser?
Not only that, it doesnt seem like the whole "each file is a module" system is actually codified in the output. I see no require calls that would indicate the right loading order for my generated .js files. Generated code has weird comments in it like /* Facebook / and / Instagram */ |
|
Can you give an example of 'I see no require calls'? Require or import calls should be generated correctly.