Ben Williams

Results 6 comments of Ben Williams

@raapperez You might find you solution in rails/webpacker#119 or webpack/webpack#368

```js import 'babel-polyfill' const pages = { show: async () => { await import(/* webpackChunkName: 'show' */ 'show') }, } const { name } = window.page // load the show...

For those reading this, here's a fork with the build https://github.com/ahoylabs/clinfo/releases/tag/master-d2baa06 I also opened up a PR to do the same steps: #89

@Dmitry-Ostashev, I'm also hitting this issue and have created a minimal repo to display my issue: https://github.com/biw/testcafe-5810-example To summarize the behavior I see vs. the behavior I'd expect: **Result** (with...

Awesome, thank you @Dmitry-Ostashev!