摘要: 问题描述: .vue 文件中的样式不起作用(或没被插入到 style 标签中) 环境: vue:2.6.12 css-loader:4.3.0 vue-loader-style:4.1.0 webpack 配置 { test: /\.scss$/, use: ['vue-style-loader', 阅读全文
posted @ 2020-12-13 20:21 LucasLin 阅读(485) 评论(0) 推荐(0) 编辑
摘要: 使用 html-webpack-plugin 插件 1. 安装 html-webpack-plugin npm install --save-dev html-webpack-plugin 2. 配置 html-webpack-plugin ... const HtmlWebpackPlugin = 阅读全文
posted @ 2020-12-13 17:58 LucasLin 阅读(254) 评论(0) 推荐(0) 编辑