Expand Minimize

SPF019806: Specify a bundle entry point

Bundle entry must specify the bundle entry point

CheckId SPF019806
TypeName DefineBundleEntryEntry
Severity CriticalError
Type BundleEntry

Bundle entry must specify a valid bundle entry point using the entry property. The specified path must point to either a valid project file or to an intermediate file in the lib folder.

config.json example

{
  "entries": [
    {
      "entry": "./lib/webparts/weather/WeatherWebPart.js",
      "manifest": "./src/webparts/weather/WeatherWebPart.manifest.json",
      "outputPath": "./dist/weather.bundle.js"
    }
  ],
  "externals": { },
  "localizedResources": {
    "weatherStrings": "webparts/weather/loc/{locale}.js"
  }
}

Disclaimer: The views and opinions expressed in this documentation and in SPCAF do not necessarily reflect the opinions and recommendations of Microsoft or any member of Microsoft. SPCAF and RENCORE are registered trademarks of Rencore. All other trademarks, service marks, collective marks, copyrights, registered names, and marks used or cited by this documentation are the property of their respective owners.