cgross / generator-cg-angular15

Yeoman Generator for Enterprise Angular 1.5 Projects with Typescript, Webpack, and Sass.
MIT License
33 stars 3 forks source link

Webpack issue on fresh setup #9

Open ankitjamuar opened 6 years ago

ankitjamuar commented 6 years ago

I did a fresh setup using Yeoman & the first command spit up this: on yarn start

>yarn start

yarn start v0.27.5 warning package.json: No license field $ webpack-dev-server Invalid configuration object. Webpack has been initialised using a configuration object that does not match the API schema.

  • configuration has an unknown property 'config'. These properties are valid: object { amd?, bail?, cache?, context?, dependencies?, devServer?, devtool?, entry, externals?, loader?, module?, name?, node?, output?, performance?, plugins?, profile?, recordsInputPath?, recordsOutputPath?, recordsPath?, resolve?, resolveLoader?, stats?, target?, watch?, watchOptions? } For typos: please correct them. For loader options: webpack 2 no longer allows custom properties in configuration. Loaders should be updated to allow passing options via loader options in module.rules. Until loaders are updated one can use the LoaderOptionsPlugin to pass these options to the loader: plugins: [ new webpack.LoaderOptionsPlugin({ // test: /.xxx$/, // may apply this only for some modules options: { config: ... } }) ]
  • configuration.output.path: The provided value "./dist" is not an absolute path!
  • configuration.resolve.extensions[0] should not be empty. error Command failed with exit code 1.
bolora commented 6 years ago

How did you solve this?

ankitjamuar commented 6 years ago

bolora Unresolved till now