批改状态:合格
老师批语:
webpack.config.js中的配置文件可以放入vue.config.js中的configureWebpack中。
const webpack = require('webpack');module.exports = {outputDir:'build',configureWebpack:{plugins:[new webpack.BannerPlugin({banner:'学习猿地-wwww.lmonkey.com-成就自己的只需一套精品'})]}}
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号