Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
BiYuqi committed May 24, 2019
1 parent db972d0 commit e793296
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,16 @@ npm run new

> [Pull Request使用](http://www.ruanyifeng.com/blog/2017/07/pull_request.html)
## Know issues
* If you got error about node-sass or sass-loader

`Uncaught Error: Module build failed (from ./node_modules/sass-loader/lib/loader.js)`

run:
```
npm rebuild node-sass --force
```

## Reference

本脚手架开发中,ejs模板渲染实现这块参考了[webpack-seed](https://github.com/Array-Huang/webpack-seed), 特此备注

0 comments on commit e793296

Please sign in to comment.