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
coep
settings
1.1.4
- Add
'none'
to the list of accepted values forcoep
setting. 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/api
by changing all imports to include the.js
extension.
1.1.0
- The value of the
Cross-Origin-Embedder-Policy
header can be changed now withBootOptions#coep
. - The name of the working directory can be specified through
BootOptions#workdirName
. - The default value of the
PATH
environment variable is exposed inWebContainer#path
. - The full path of the working directory is exposed in
WebContainer#workdir
.