opensourceBIM / BIMserver-JavaScript-API

BIMserver JavaScript API
GNU Lesser General Public License v3.0
55 stars 35 forks source link

Missing /bimserverapi.js after npm run build #38

Open jindongyang94 opened 4 years ago

jindongyang94 commented 4 years ago

After trying to build the javascript, i only got two files in build: build/bimserverapi.umd.js build/bimserverapi.umd.js.map

How do i get the needed build/bimserverapi.js to use for static import?

The combined minified library link on README is also broken.