https://github.com/urish/typewiz-webpack-demo
Demo of using TypeWiz with WebPack
https://github.com/urish/typewiz-webpack-demo
typescript typescript2 webpack
Last synced: about 1 year ago
JSON representation
Demo of using TypeWiz with WebPack
- Host: GitHub
- URL: https://github.com/urish/typewiz-webpack-demo
- Owner: urish
- Created: 2018-01-30T02:33:54.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T19:29:22.000Z (over 3 years ago)
- Last Synced: 2025-03-28T07:03:22.707Z (about 1 year ago)
- Topics: typescript, typescript2, webpack
- Language: JavaScript
- Size: 432 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# typewiz-webpack-demo
Demo of integrating [TypeWiz](https://github.com/urish/typewiz) with [WebPack](https://webpack.js.org/)
## Run Demo
```
yarn
yarn start
```
This will perdiocally discover type information and collect it to a file called `collected-types.json`. The collected type information will also be displayed on screen.
After you stop webpack, run `yarn apply-types`, and you will see the new types added inside `src/main.ts`.