enhancementhelp wanted
仓库指标
- 星标
- (4,347 个星标)
- PR 合并指标
- (PR 指标待抓取)
描述
It would be great if it was possible to avoid having the
import init from '/index-....js';init('/index-..._bg.wasm');
part of the html in a separate file and load it as a module, similar to React's INLINE_RUNTIME_CHUNK=false
This is so allowing script-src 'unsafe-inline' can be avoided when setting Content Security Policy headers.