You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I just started investigating in this area so let me know if my assumptions are wrong. The [Webpack documentation](https://webpack.js.org/guides/code-splitting-async/) linked here states:
```
webpack supports two similar techniques to achieve this goal: using import() (preferred, ECMAScript proposal) and require.ensure() (legacy, webpack specific).
```
I was able to make `import()` work with a very simple change. I'm taking the assumption that we'd update this documentation to take the current preferred method.
0 commit comments