Skip to content

Commit 6623976

Browse files
committed
Merge branch 'release/0.0.3'
2 parents 3de3b5b + 3c174b3 commit 6623976

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,12 @@ npm run build:prod
2828
```
2929
After build phase, those files are generated into the `dist` folder:
3030
- `app.bundle.js` - contains the core of the application. From the entry point `src/index.ts`
31-
- `vendor.bundle.js` - contains the ve
31+
- `vendor.bundle.js` - contains the vendor dependencies
3232

3333
## TODO
3434

3535
- [-] Add samples (Jquery integration for example..)
3636
- [-] Setup a webpack-dev-server
37-
- [-] Setup VSCode debuug to match webpack-dev-server
38-
- [-] Setup a webpack common configuration and use webpack-merge
37+
- [-] Setup VSCode debug to match webpack-dev-server
38+
- [-] Setup a webpack common configuration and use webpack-merge
39+
- [-] Setup for tests

0 commit comments

Comments
 (0)