跳到主要内容

Webpack

开发环境

webpack 配置中使用 contentBase 可以帮助 webpack-dev-server 代理插件目录,如:

{
// ...
devServer: {
contentBase: './dist',
},
// ...
}