Mugen87 / three-jsm

Minimal three.js project setup using ES6 modules and rollup.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Newbie wants to know how to refresh app

GothParrot opened this issue · comments

Hi, thanks for the repo!! Sorry for the absolute beginner q. New to js dev. When I make changes to App.js, how can I refresh the app?

Sorry for the late reply. I've seen this issue just today.

When using rollup, you can use the - w option, see https://rollupjs.org/guide/en/#-w--watch.

We also use that in three.js when you run the dev script.