Skip to content

Commit

Permalink
fix: less loader not include
Browse files Browse the repository at this point in the history
  • Loading branch information
hubcarl committed Mar 15, 2018
1 parent 80601fa commit 9d42768
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ exports.less = {
test: /\.less/,
use: ['css-loader', 'less-loader'],
postcss: true,
framework: false
framework: true
};

exports.stylus = {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "easywebpack",
"version": "4.0.4",
"version": "4.0.5",
"description": "基于 Webpack 的前端构建工程化解决方案",
"keywords": [
"webpack",
Expand Down

0 comments on commit 9d42768

Please sign in to comment.