ExplodingObjects icon indicating copy to clipboard operation
ExplodingObjects copied to clipboard

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

Open sskanthi opened this issue 5 years ago • 1 comments

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.

sskanthi avatar May 29 '19 09:05 sskanthi

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

akella avatar May 29 '19 12:05 akella