Skip to content

Commit

Permalink
修复webpack不能监听子引入文件的bug
Browse files Browse the repository at this point in the history
  • Loading branch information
121595113 committed Mar 13, 2018
1 parent 81119a3 commit 0418af3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## 版本

当前版本V1.2.0,向下兼容。旧版传送[V0.6.0](https://github.com/121595113/gulp-T/tree/V0.6.0)
当前版本V1.2.1,向下兼容。旧版传送[V0.6.0](https://github.com/121595113/gulp-T/tree/V0.6.0)

## 版本特性

Expand Down Expand Up @@ -35,7 +35,7 @@ npm install

### 二、创建项目

`src/`目录下创建项目(已内置app、pc两个项目,可以直接修改使用)
`src/`目录下创建项目(已内置app、pc和webpack-demo三个项目,可以直接修改使用)

### 三、运行项目

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": "gulp-t",
"version": "1.2.0",
"version": "1.2.1",
"description": "gulp 综合应用",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 0418af3

Please sign in to comment.