Skip to content
This repository has been archived by the owner on Feb 15, 2023. It is now read-only.

Rollup console log covering Sirv's #16

Closed
anonimusprogramus opened this issue Mar 6, 2019 · 2 comments
Closed

Rollup console log covering Sirv's #16

anonimusprogramus opened this issue Mar 6, 2019 · 2 comments

Comments

@anonimusprogramus
Copy link

When I run
npm run dev

As soon as appeared Sirv's:
Your application is ready~! πŸš€
- Local: http://localhost:5000
- Network: http://192.168.0.200:5000

then appeared Rollup's:
rollup v1.4.1
bundles src/main.js β†’ public/bundle.js...
created public/bundle.js in 240ms
[2019-03-06 17:19:39] waiting for changes...

Please let Sirv's console log appear so we know what port Svelte's running.

@lukeed
Copy link
Member

lukeed commented Mar 6, 2019

You can add this to your Rollup config:

watch: {
  clearScreen: false
}

Rollup output will still appear but it won't reset your terminal, allowing you to still see the port sirv I using.

@anonimusprogramus
Copy link
Author

Thanks.

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

No branches or pull requests

2 participants