摘要: 以jQuery的$为例 index.js // import $ from 'jquery'; // import $ from 'expose-loader?$!jquery'; 内联写法 // expose-loader 暴露 全局的loader normal 普通loader 内联loader 阅读全文
posted @ 2020-03-13 01:16 前端小厨-美食博主 阅读(539) 评论(2) 推荐(1) 编辑
摘要: ES6语法转换 -> babel-loader 依赖: babel-loader @babel/core @babel/preset-env @babel/polyfill 其他依赖可以通过babeljs官方网站查询,转换装饰器 class语法 module.exports = { module: 阅读全文
posted @ 2020-03-13 00:40 前端小厨-美食博主 阅读(233) 评论(0) 推荐(0) 编辑
摘要: 样式loader 依赖:style-loader css-loader 如果有less sass下载对应依赖 module: { // 模块 rules: [ // 规则 css-loader 解析@import 这种语法 // style-loader 把css 插入到head标签中 // loa 阅读全文
posted @ 2020-03-13 00:19 前端小厨-美食博主 阅读(339) 评论(0) 推荐(0) 编辑