mirror of
https://github.com/logos-messaging/js-noise.git
synced 2026-01-02 13:43:08 +00:00
add debug props
This commit is contained in:
parent
7c3aea2f9b
commit
c2c866bc86
@ -35,7 +35,8 @@ module.exports = function (config) {
|
||||
},
|
||||
},
|
||||
webpack: {
|
||||
mode: "production",
|
||||
mode: "development",
|
||||
devtool: 'source-map',
|
||||
resolve: {
|
||||
// Add `.ts` and `.tsx` as a resolvable extension.
|
||||
extensions: [".ts", ".tsx", ".js"],
|
||||
@ -57,21 +58,6 @@ module.exports = function (config) {
|
||||
test: /\.d\.ts$/,
|
||||
loader: "ignore-loader",
|
||||
},
|
||||
{
|
||||
test: require.resolve("@waku/core"),
|
||||
loader: "expose-loader",
|
||||
options: "@waku/core",
|
||||
},
|
||||
{
|
||||
test: require.resolve("@waku/proto"),
|
||||
loader: "expose-loader",
|
||||
options: "@waku/proto",
|
||||
},
|
||||
{
|
||||
test: require.resolve("@waku/interfaces"),
|
||||
loader: "expose-loader",
|
||||
options: "@waku/interfaces",
|
||||
},
|
||||
],
|
||||
},
|
||||
output,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user