Do I access “rollup” by using a npm command? As I accessed three.js with “npm install three”(These are the modules from the official npm package, right?)
I’ve looked into your example but I’m still having some trouble understanding the steps.
Do I access “rollup” by using a npm command? As I accessed three.js with “npm install three”(These are the modules from the official npm package, right?)
I’ve looked into your example but I’m still having some trouble understanding the steps.
Try it with npm install rollup
and npm install rollup-plugin-node-resolve
.
Yes.
Okay, this looks good so far. Thanks for the great help!