- ECMAScript Cookbook
- Ross Harrison
- 61字
- 2021-08-27 19:27:27
Installing and configuring - Firefox
Subsequent recipes will assume an environment that is capable of using ES modules. There are two strategies for accomplishing this: creating a build step that collects all the modules used into a single file for the browser to download, or using a browser that is capable of using ES modules. This recipe demonstrates the latter option.