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