Hi I've posted a question here:
http://stackoverflow.com/questions/34442513/how-to-es6-module-import-babylonjs-in-webpack
Basically I can't get this to work with webpack
import BABYLON from 'babylonjs'
var BABYLON = require('babylonjs')
Any ideas?