UNPKG

threedeescene

Version:

A wrapper for Three.js assisting the creation of Three.js apps

16 lines (14 loc) 303 B
module.exports = { entry: './src/ThreeDeeScene.js', output: { path: __dirname+"/build", filename: 'ThreeDeeScene.js' }, module: { loaders: [{ test: /\.js?$/, exclude: /node_modules/, loader: 'babel-loader' }] } };