We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17a03f2 commit 0d45cf4Copy full SHA for 0d45cf4
packages/@vuepress/core/lib/webpack/createClientConfig.js
@@ -67,10 +67,6 @@ module.exports = function createClientConfig (ctx) {
67
}])
68
}
69
70
- if (ctx.siteConfig.chainWebpack) {
71
- ctx.siteConfig.chainWebpack(config, false /* isServer */)
72
- }
73
-
74
ctx.pluginAPI.options.chainWebpack.syncApply(config, false /* isServer */)
75
76
return config
packages/@vuepress/core/lib/webpack/createServerConfig.js
@@ -56,10 +56,6 @@ module.exports = function createServerConfig (ctx) {
56
57
58
59
60
- ctx.siteConfig.chainWebpack(config, true /* isServer */)
61
62
63
ctx.pluginAPI.options.chainWebpack.syncApply(config, true /* isServer */)
64
65
0 commit comments