reignmaker
Results
3
comments of
reignmaker
For me it simply does not work at all. Windows 7, custom "shell" configured as recommended here https://github.com/zeit/hyper/issues/1252#issuecomment-267810099
Any news on this?
What about dynamic `import` with a `searchParams` in the module name? Something like this: ```js const handlers = { a: await import(`./sample.mjs`) // note the .mjs extension, the module format...