mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-08 14:05:15 +00:00
* Adds SPFx react slide swiper sample (#412) * Add files via upload Add initial files to the repository * Add package-lock.json to react-file-upload it will fix the this error when you run Gulp serve: SPFileUpload-master/node_modules/react-dropzone-component/typescript/types"' has no default export.
19 lines
495 B
JSON
19 lines
495 B
JSON
{
|
|
"$schema": "https://dev.office.com/json-schemas/spfx-build/config.2.0.schema.json",
|
|
"version": "2.0",
|
|
"bundles": {
|
|
"file-upload-web-part": {
|
|
"components": [
|
|
{
|
|
"entrypoint": "./lib/webparts/fileUpload/FileUploadWebPart.js",
|
|
"manifest": "./src/webparts/fileUpload/FileUploadWebPart.manifest.json"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"externals": {},
|
|
"localizedResources": {
|
|
"FileUploadWebPartStrings": "lib/webparts/fileUpload/loc/{locale}.js"
|
|
}
|
|
}
|