我想在github上为我的项目添加一个非常基本的文件.见提交
body{
background-color: red;
}
Run Code Online (Sandbox Code Playgroud)
,{
test: /\.less$/,
loaders: ['style', 'css', 'less']
}
Run Code Online (Sandbox Code Playgroud)
webpack --config webpack.config.js -d
我希望部署/文件夹现在包含bundle.css,其中包含less文件的内容.这没有发生.
如何设置webpack来编译我的更少?
| 归档时间: |
|
| 查看次数: |
11059 次 |
| 最近记录: |