Changelog
1.1.8
- Add
fs.watch.
1.1.7
- Change compile target to ES2022
1.1.6
1.1.5
- Show warning with invalid
coepsettings
1.1.4
- Add
'none'to the list of accepted values forcoepsetting. This value can only work on Chromium-based browsers as long as an Origin Trial is supported.
1.1.3
No changes were made
1.1.2
- Fix ESM support for
@webcontainer/apiby changing all imports to include the.jsextension.
1.1.0
- The value of the
Cross-Origin-Embedder-Policyheader can be changed now withBootOptions#coep. - The name of the working directory can be specified through
BootOptions#workdirName. - The default value of the
PATHenvironment variable is exposed inWebContainer#path. - The full path of the working directory is exposed in
WebContainer#workdir.