Skip to content

Commit dbf378c

Browse files
ioedeveloperyann300
authored andcommitted
Remove unused webpack configs
1 parent 38378bd commit dbf378c

File tree

4 files changed

+0
-28
lines changed

4 files changed

+0
-28
lines changed

apps/circuit-compiler/webpack.config.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,6 @@ module.exports = composePlugins(withNx(), (config) => {
4848
})
4949
)
5050

51-
// set the define plugin to load the WALLET_CONNECT_PROJECT_ID
52-
config.plugins.push(
53-
new webpack.DefinePlugin({
54-
WALLET_CONNECT_PROJECT_ID: JSON.stringify(process.env.WALLET_CONNECT_PROJECT_ID),
55-
})
56-
)
57-
5851
// source-map loader
5952
config.module.rules.push({
6053
test: /\.js$/,

apps/learneth/webpack.config.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,6 @@ module.exports = composePlugins(withNx(), (config) => {
4747
})
4848
)
4949

50-
// set the define plugin to load the WALLET_CONNECT_PROJECT_ID
51-
config.plugins.push(
52-
new webpack.DefinePlugin({
53-
WALLET_CONNECT_PROJECT_ID: JSON.stringify(process.env.WALLET_CONNECT_PROJECT_ID),
54-
})
55-
)
56-
5750
// source-map loader
5851
config.module.rules.push({
5952
test: /\.js$/,

apps/noir-compiler/webpack.config.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,6 @@ module.exports = composePlugins(withNx(), (config) => {
5555
})
5656
)
5757

58-
// set the define plugin to load the WALLET_CONNECT_PROJECT_ID
59-
config.plugins.push(
60-
new webpack.DefinePlugin({
61-
WALLET_CONNECT_PROJECT_ID: JSON.stringify(process.env.WALLET_CONNECT_PROJECT_ID),
62-
})
63-
)
64-
6558
config.plugins.push(
6659
new webpack.DefinePlugin({
6760
'fetch': `((...args) => {

apps/quick-dapp/webpack.config.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,6 @@ module.exports = composePlugins(withNx(), (config) => {
4747
})
4848
)
4949

50-
// set the define plugin to load the WALLET_CONNECT_PROJECT_ID
51-
config.plugins.push(
52-
new webpack.DefinePlugin({
53-
WALLET_CONNECT_PROJECT_ID: JSON.stringify(process.env.WALLET_CONNECT_PROJECT_ID),
54-
})
55-
)
56-
5750
// source-map loader
5851
config.module.rules.push({
5952
test: /\.js$/,

0 commit comments

Comments
 (0)