-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8e4a455
commit d291aac
Showing
5 changed files
with
111 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
**/*.md | ||
**/*.svg | ||
**/*.ejs | ||
**/*.html | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
# changelog | ||
|
||
## v1.0.6 | ||
|
||
- 增加 `DefinePlugin` 插件来注入全局变量 | ||
- 增加 `webpack-bundle-analyzer` 插件来分析打包后的文件体积 | ||
- 增加了字体文件的 `loader` 定义 | ||
- 更新了部分文档 | ||
- 更新依赖包版本并固定版本号 | ||
|
||
## v1.0.5 | ||
|
||
- 添加 prettier 自动格式化代码 | ||
|
||
## v1.0.4 | ||
|
||
- 支持 less | ||
- 支持 css modules | ||
|
||
## v1.0.3 | ||
|
||
- 支持 TypeScript | ||
- 更新了一些插件 | ||
|
||
## v1.0.2 | ||
|
||
- 更新到 babel7 | ||
- 更新 css 导出到文件插件,并添加 postcss 支持 | ||
- 更新压缩代码插件 | ||
- 添加 eslint | ||
|
||
## v1.0.1 | ||
|
||
- 增加接口代理功能,方便前后端联调和查找 `bug` 用 | ||
- `bundle` 文件加 `hash` | ||
- 打包时清空 `dist` 目录 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,9 @@ | ||
# webpack-react-startup | ||
|
||
react project base on webpack without create-react-app 不用create-react-app搭建基于webpack的react项目 | ||
react project base on webpack without create-react-app 不用 create-react-app 搭建基于 webpack 的 react 项目 | ||
|
||
详情请阅读:[博客文章](https://www.chenliqiang.cn/post/webpack-react-without-create-react-app.html) | ||
|
||
## changelog | ||
|
||
更多版本请查看:[版本发布记录](https://github.com/richardchen85/webpack-react-startup/releases) | ||
|
||
### v1.0.4 | ||
|
||
* 支持 less | ||
* 支持 css modules | ||
|
||
### v1.0.3 | ||
|
||
* 支持 TypeScript | ||
* 更新了一些插件 | ||
|
||
### v1.0.2 | ||
|
||
* 更新到 babel7 | ||
* 更新 css 导出到文件插件,并添加 postcss 支持 | ||
* 更新压缩代码插件 | ||
* 添加 eslint | ||
|
||
### v1.0.1 | ||
|
||
* 增加接口代理功能,方便前后端联调和查找 `bug` 用 | ||
* `bundle` 文件加 `hash` | ||
* 打包时清空 `dist` 目录 | ||
更多版本请查看:[版本发布记录](./CHANGELOG.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters