Moved the native opus codec into the web directory
parent
7c98e5ec7d
commit
16161abd80
|
@ -1 +0,0 @@
|
||||||
Subproject commit 923bebde197f42ba8e55cb055dce3ff22bbea54d
|
|
2
file.ts
2
file.ts
|
@ -160,7 +160,7 @@ const APP_FILE_LIST_WEB_SOURCE: ProjectResource[] = [
|
||||||
"build-target": "dev|rel",
|
"build-target": "dev|rel",
|
||||||
|
|
||||||
"path": "wasm/",
|
"path": "wasm/",
|
||||||
"local-path": "./asm/generated/"
|
"local-path": "./web/native-codec/generated/"
|
||||||
},
|
},
|
||||||
{ /* web css files */
|
{ /* web css files */
|
||||||
"web-only": true,
|
"web-only": true,
|
||||||
|
|
|
@ -10,7 +10,7 @@ Object.assign(config.resolve.alias, {
|
||||||
"tc-shared": path.resolve(__dirname, "shared/js"),
|
"tc-shared": path.resolve(__dirname, "shared/js"),
|
||||||
"tc-backend/web": path.resolve(__dirname, "web/js"),
|
"tc-backend/web": path.resolve(__dirname, "web/js"),
|
||||||
"tc-backend": path.resolve(__dirname, "web/js"),
|
"tc-backend": path.resolve(__dirname, "web/js"),
|
||||||
"tc-generated/codec/opus": path.resolve(__dirname, "asm/generated/TeaWeb-Worker-Codec-Opus.js"),
|
"tc-generated/codec/opus": path.resolve(__dirname, "web/native-codec/generated/TeaWeb-Worker-Codec-Opus.js"),
|
||||||
});
|
});
|
||||||
|
|
||||||
export = config;
|
export = config;
|
Loading…
Reference in New Issue