Logo
Explore Help
Sign In
logos-messaging/examples.waku.org
1
0
Fork 0
You've already forked examples.waku.org
mirror of https://github.com/logos-messaging/examples.waku.org.git synced 2026-01-02 12:53:08 +00:00
Code Issues Packages Projects Releases Wiki Activity
examples.waku.org/examples/noise-rtc/webpack.config.js

20 lines
427 B
JavaScript
Raw Normal View History

PoC of WebRTC signalling exchange through @waku/noise (#186) * init PoC from noise example * reimplement webrtc logic, add sending of ice candidate to a peer * add RTC abstractions and pretify code * finalize rtc connection * fix sending of the message * add favicon and manifest, rename package, rename build folder * add README with details * fix styling * add new stage for the example
2023-01-27 23:09:13 +01:00
const CopyWebpackPlugin = require("copy-webpack-plugin");
const path = require("path");
module.exports = {
entry: "./index.js",
output: {
path: path.resolve(__dirname, "build"),
filename: "index.js",
},
experiments: {
asyncWebAssembly: true,
},
mode: "development",
plugins: [
new CopyWebpackPlugin({
fix: noise-rtc copy of artefacts
2023-01-28 02:09:40 +01:00
patterns: ["index.html", "favicon.ico", "favicon.png", "manifest.json"],
PoC of WebRTC signalling exchange through @waku/noise (#186) * init PoC from noise example * reimplement webrtc logic, add sending of ice candidate to a peer * add RTC abstractions and pretify code * finalize rtc connection * fix sending of the message * add favicon and manifest, rename package, rename build folder * add README with details * fix styling * add new stage for the example
2023-01-27 23:09:13 +01:00
}),
],
};
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.0 Page: 38ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API