mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-11 01:55:40 +00:00
Load pow-sha256 polyfill to support browsers that aren't capable of
executing WASM
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"incremental": true,
|
||||
"target": "es5",
|
||||
"module": "es6",
|
||||
"target": "es2020",
|
||||
"module": "es2020",
|
||||
"allowJs": false,
|
||||
"sourceMap": true,
|
||||
"outDir": "./static-assets/bundle",
|
||||
|
||||
Reference in New Issue
Block a user