djturbo Posted August 4, 2018 Share Posted August 4, 2018 Hello dear guys, i'm learning babylon.js inside an Angular 6 architecture, I've installed the babylon library using yarn add babylonjs, all is ok, but when I'm debbugging the code, the babylonjs code is minified, There is any alternative to install the maximized version using npm/yarn? Thanks everybody. Quote Link to comment Share on other sites More sharing options...
brianzinn Posted August 4, 2018 Share Posted August 4, 2018 The max version is included in the regular NPM. Did you try: import .. from 'babylonjs/babylon.max' Look in your node_modules/babylonjs folder to see what is there. Then make sure you don't have a minify in your webpack. I haven't tried this, just seems it would work. Quote Link to comment Share on other sites More sharing options...
djturbo Posted August 4, 2018 Author Share Posted August 4, 2018 What you say is correct, there is a babylonjs/babylon.max file inside the node_modules, I'm going try it. Thanks you very much. brianzinn 1 Quote Link to comment Share on other sites More sharing options...
Guest Posted August 6, 2018 Share Posted August 6, 2018 Flagging as solved Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.