Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how can i listen a.js and b.js at the same time? #581

Closed
JZLeung opened this issue Jan 19, 2018 · 2 comments
Closed

how can i listen a.js and b.js at the same time? #581

JZLeung opened this issue Jan 19, 2018 · 2 comments

Comments

@JZLeung
Copy link

JZLeung commented Jan 19, 2018

i don't need parcel to watch html file changed, i only want parcel can compiled my js file in real time.

how can i do?

my folder tree:

└── src
    ├── css
    ├── js
    │   └── base
    └── vendor
--- package.json
@devongovett
Copy link
Member

This sounds like a request for multiple entry points. That is being discussed in #189.

@JZLeung
Copy link
Author

JZLeung commented Jan 22, 2018

can i use parcel ./src/js/**.js instead of parcel ./src/js/user.js ./src/js/test.js
because i have many js file in the folder.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants