Created
June 25, 2016 15:48
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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