Load pow-sha256 polyfill to support browsers that aren't capable of

executing WASM
This commit is contained in:
realaravinth
2021-12-08 14:52:06 +05:30
parent a075607bae
commit e399f82ac4
5 changed files with 48 additions and 12 deletions

View File

@@ -1,8 +1,8 @@
{
"compilerOptions": {
"incremental": true,
"target": "es5",
"module": "es6",
"target": "es2020",
"module": "es2020",
"allowJs": false,
"sourceMap": true,
"outDir": "./static-assets/bundle",