ethereum-webpack-example-dapp icon indicating copy to clipboard operation
ethereum-webpack-example-dapp copied to clipboard

Webpack 2 compatibility

Open IAMtheIAM opened this issue 7 years ago • 1 comments

 web3Loader: {
    constructorParams: {
      MyToken: [ 250000, 'The Coin', 2, 'TC$', '1.0.0' ]
    }
  },

Invalid configuration object. Webpack has been initialised using a configuration object that does not match the API schema. - configuration has an unknown property 'web3Loader'. These properties are valid:

This is no longer allowed on the webpack 2 configuration scheme. What can be done to use it with webpack 2?

IAMtheIAM avatar Jun 14 '17 23:06 IAMtheIAM

soy nuevo

elmicionero avatar Mar 13 '18 01:03 elmicionero