Expand Minimize

SPF019807: Bundle entry point must point to a valid project file

Bundle entry point must point to a valid project file

CheckId SPF019807
TypeName BundleEntryEntryPointsToValidProjectFile
Severity CriticalError
Type BundleEntry

Bundle entry must specify a valid bundle entry point using the entry property. The specified path must point to a valid 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.