ExplodingObjects
ExplodingObjects copied to clipboard
Trying to edit and compile src/icosahedron.js to js/ico.js. But the compiled code does not work.
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.
output: {
path: path.join(__dirname, config.dest.js),
filename: '[name].js',
publicPath: 'js/',
library: 'SOMETHING',
libraryTarget: 'umd'
},