We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc595d2 commit 0d8599dCopy full SHA for 0d8599d
src/index.js
@@ -42,7 +42,7 @@ module.exports = function VueCLIAdapter(api, opts = {}) {
42
description: '适配 vue-cli 中 configureDevServer 事件',
43
});
44
45
- api.modifyChainWebpcakConfig(config => {
+ api.modifyChainWebpackConfig(config => {
46
api.applyPluginHooks('chainWebpack', config);
47
return config;
48
0 commit comments