Skip to content

Instantly share code, notes, and snippets.

@chrisobriensp
Created June 25, 2016 15:48
Show Gist options
  • Select an option

  • Save chrisobriensp/ac2989c5dbc1da7434e99d4158813410 to your computer and use it in GitHub Desktop.

Select an option

Save chrisobriensp/ac2989c5dbc1da7434e99d4158813410 to your computer and use it in GitHub Desktop.
A simple bundle.json file for a client web part in the SharePoint Framework.
{
"entries": [
{
"entry": "./lib/webparts/cobLatestnewsWp/CobLatestnewsWpWebPart.js",
"outputPath": "./dist/cob-latestnews-wp.bundle.js",
"exclude": [
"@ms/sp-client-platform"
],
"isStandalone": true,
"useWebpack": true
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment