Correcting teacher:PHPz
Correction status:qualified
Teacher's comments:
webpack.config.js中的配置文件可以放入vue.config.js中的configureWebpack中。
const webpack = require('webpack');
module.exports = {
outputDir:'build',
configureWebpack:{
plugins:[
new webpack.BannerPlugin({
banner:'学习猿地-wwww.lmonkey.com-成就自己的只需一套精品'
})]}}