fuse-box-examples
fuse-box-examples copied to clipboard
dynamic_import_any
With node version 8.4, the example dynamic_import_any fails to run:
node fuse.js
Launch "default"
Resolve "clean"
Resolve "config"
app ->
(node:30501) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 3): TypeError: Cannot read property 'preBundle' of undefined
(node:30501) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
Works for me, just tried it. OS?
Macosx, the code splitting example doesn't work either.
Then I would need you to create a separate repository which has the issues. Try nuking node_modules
I've tried again with a fresh install and the issue is still present. Probably due to a recent node version: 8.4
@FredericHeem can you create an issue please in fuse-box, describing your environment
hm.. I am on node 8.4 no issues whatsoever