Jump to content

TypeScript maximized Version of BABYLON.JS


djturbo
 Share

Recommended Posts

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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...