akella / ExplodingObjects

A set of WebGL demos that show an exploding 3D object animation inspired by "Kubrick Life Website: 3D Motion".
https://tympanus.net/codrops/?p=39110
207 stars 53 forks source link

Trying to edit and compile src/icosahedron.js to js/ico.js. But the compiled code does not work. #3

Open sskanthi opened 5 years ago

sskanthi commented 5 years ago

Trying to edit and compile src/icosahedron.js to js/co.js using webpack. But the compiled code does not work. After running demo.js. I get the error Explosion is not defined. Could you please provide the webpack config you have used.

akella commented 5 years ago
 output: {
      path: path.join(__dirname, config.dest.js),
      filename: '[name].js',
      publicPath: 'js/',
      library: 'SOMETHING',
      libraryTarget: 'umd'
    },