browserify / browserify/watchify

Order matters

Open
#321 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.