babylonjs-webpack-es6 icon indicating copy to clipboard operation
babylonjs-webpack-es6 copied to clipboard

Babylon.js basic scene with typescript, webpack, es6 modules, editorconfig, eslint, hot loading and more. Will even make coffee if you ask nicely.

Results 5 babylonjs-webpack-es6 issues
Sort by recently updated
recently updated
newest added

This repo saved me a lot of time setting a new project, thank you so much for your efforts. I think the only step missing to have the *perfect* template...

Error: A snapshot doesn't exist at /Users/johndavis/repo/dev/monorepo/root/babylonjs-webpack-es6/tests/validation.spec.ts-snapshots/Render-Default-with-WebGPU-1-chromium-darwin.png, writing actual. 65 | }); 66 | // await page.waitForFunction(() => (window as any).renderCount === scene.renderCount || 1, { timeout: 5000 }); >...

Bumps [cookie](https://github.com/jshttp/cookie) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together. Updates `cookie` from 0.6.0 to 0.7.1 Release notes Sourced from cookie's releases. 0.7.1 Fixed Allow leading dot for domain...

dependencies

Thanks for this template! It would be great if there was a main menu and the ability to switch between scenes

The webpack chunking of the current project doesn't work in Windows as described in our docs here: https://doc.babylonjs.com/setup/support/chunksFun/ That is because the escaping for the RegEx seems to be missing...