browserify / browserify/watchify
Order matters
Open
- Dominant language
- JavaScript
- Stars
- 1.8k
- Forks
- 178
- PR merge metrics
- No merged PRs in 30d
Description
If I run:
```
watchify --verbose --outfile target/js/app.js client/app/app.ts --plugin [ tsify --project client/tsconfig.json ]
```
My compile works. However, if I run:
```
watchify --verbose client/app/app.ts --plugin [ tsify --project client/tsconfig.json ] --outfile target/js/app.js
```
The compile results in a very small module.
Why does order of args matter?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.