摘要:
1. 安装 file loader 2. 在webpack.config.js中配置 3. 使用方法 直接启动webpack进行项目打包即可 阅读全文
摘要:
1. 安装 file loader html loader 其中html loader生效需配合 html webpack plugin (分离html插件)才能生效 2. 在webpack.config.js中配置 3. 使用方法 index.css index.js 阅读全文
摘要:
1.安装 "postcss loader" "autoprefixer" 2.配置webpack.config.js 以css示例,less与sass中配置类似 3. 修改package.json 增加如下内容 4. 使用方式 通过直接引入配置了postcss loader的文件 阅读全文
摘要:
less 1.安装 less loader 与 less 2.配置webpack.config.js 3. 使用方法 index.js sass 1.安装 sass loader 与 node sass 2.配置webpack.config.js 3. 使用方法 index.js 阅读全文
摘要:
1. 安装css loader 与 style loader 2. 在webpack.config.js中配置 3. 使用方法 index.js 阅读全文