The presence of unused dependencies prevented use of
import 'aframe-croquet-component';
for users bundling aframe-croquet-component. This removes them.
The existence of those dependencies suggest an interest in using a dev server during development. budo is added to allow this.
The presence of unused dependencies prevented use of
import 'aframe-croquet-component';
for users bundling aframe-croquet-component. This removes them.The existence of those dependencies suggest an interest in using a dev server during development.
budo
is added to allow this.