Skip to content

jlabaj/configuration.entry

Repository files navigation

Getting Started

  1. Fork and clone this repo

  2. Use npm i to install the necessary dependencies

  3. Run npm run start

  4. See error

`Invalid configuration object. Webpack has been initialised using a configuration object that does not match the API schema.

  • configuration.entry['main'] should be one of these: string | [string] The entry point for one output file.
  • configuration.entry['polyfills'] should be one of these: string | [string] The entry point for one output file.
  • configuration.entry['vendors'] should be one of these: string | [string] The entry point for one output file.
  • configuration.entry should be one of these: object { : string | [string] } | string | [string] The entry point(s) of the compilation.`