mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-07 21:48:24 +00:00
* [react-mobx] scaffold project + migrate to drop5 * [react-mobx] install mobx dependencies * [react-mobx] configure reactive and nonreactive webpart version * [react-mobx] add presentational and container components * [react-mobx] Replace description field with name * [react-mobx] Add mobx store and hook up webpart & components * [react-mobx] update readme * [react-mobx] remove custom tslint.config * [react-mobx] only render the webpart once
28 lines
1.2 KiB
JSON
28 lines
1.2 KiB
JSON
{
|
|
"entries": [
|
|
{
|
|
"entry": "./lib/webparts/reactMobx/ReactMobxWebPart.js",
|
|
"manifest": "./src/webparts/reactMobx/ReactMobxWebPart.reactive.manifest.json",
|
|
"outputPath": "./dist/react-mobx.bundle.js"
|
|
},
|
|
{
|
|
"entry": "./lib/webparts/reactMobx/ReactMobxWebPart.js",
|
|
"manifest": "./src/webparts/reactMobx/ReactMobxWebPart.nonreactive.manifest.json",
|
|
"outputPath": "./dist/react-mobx.bundle.js"
|
|
}
|
|
],
|
|
"externals": {
|
|
"@microsoft/sp-client-base": "node_modules/@microsoft/sp-client-base/dist/sp-client-base.js",
|
|
"@microsoft/sp-client-preview": "node_modules/@microsoft/sp-client-preview/dist/sp-client-preview.js",
|
|
"@microsoft/sp-lodash-subset": "node_modules/@microsoft/sp-lodash-subset/dist/sp-lodash-subset.js",
|
|
"@microsoft/sp-webpart-base": "node_modules/@microsoft/sp-webpart-base/dist/sp-webpart-base.js",
|
|
"office-ui-fabric-react": "node_modules/office-ui-fabric-react/dist/office-ui-fabric-react.js",
|
|
"react": "node_modules/react/dist/react.min.js",
|
|
"react-dom": "node_modules/react-dom/dist/react-dom.min.js",
|
|
"react-dom/server": "node_modules/react-dom/dist/react-dom-server.min.js"
|
|
},
|
|
"localizedResources": {
|
|
"reactMobxStrings": "webparts/reactMobx/loc/{locale}.js"
|
|
}
|
|
}
|