altavir
07/21/2019, 11:27 AMOrbitControls
module which just resides in node_modules/three/examples/jsm/controls/OrbitControls.js
. On frontend plugin I just used a direct path to this module like @file:JsModule("../../node_modules/three/examples/jsm/controls/OrbitControls.js")
. Now I can't use it since node_modules
is no longer in build directory on 1.3.50
. Are there any suggestions?snrostov
07/22/2019, 7:37 AM@file:JsModule("three/examples/jsm/controls/OrbitControls.js")
should work. Did you try it?altavir
07/22/2019, 7:38 AMaltavir
07/22/2019, 7:41 AMaltavir
07/22/2019, 8:15 AMExecution failed for task ':threejs-wrapper:browserWebpack'.
> Cannot find node module "webpack/bin/webpack.js"
in the root project. So I will have to try it in the evening on my home computer.altavir
07/22/2019, 6:38 PMaltavir
07/22/2019, 6:39 PM