- ECMAScript Cookbook
- Ross Harrison
- 35字
- 2021-08-27 19:27:35
Adding fallback script tags to load client bundles
In the previous recipe, we showed how to combine multiple modules with webpack. This recipe demonstrates how to load these into browsers that don't support ES modules.