Skip to content

Commit a5a2377

Browse files
ioedeveloperyann300
authored andcommitted
Remove unused webpack configs
1 parent 8bcfb08 commit a5a2377

File tree

3 files changed

+0
-21
lines changed

3 files changed

+0
-21
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/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)