mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-07 21:48:24 +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.
14 lines
381 B
JSON
14 lines
381 B
JSON
{
|
|
"$schema": "https://dev.office.com/json-schemas/spfx-build/package-solution.schema.json",
|
|
"solution": {
|
|
"name": "SPFileUpload-client-side-solution",
|
|
"id": "297016d1-8144-431f-87e5-fe5272d0a226",
|
|
"version": "1.0.0.0",
|
|
"includeClientSideAssets": true,
|
|
"skipFeatureDeployment": true
|
|
},
|
|
"paths": {
|
|
"zippedPackage": "solution/SPFileUpload.sppkg"
|
|
}
|
|
}
|