Initial commit
This commit is contained in:
18
config/config.json
Normal file
18
config/config.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/config.2.0.schema.json",
|
||||
"version": "2.0",
|
||||
"bundles": {
|
||||
"full-width-section-web-part-web-part": {
|
||||
"components": [
|
||||
{
|
||||
"entrypoint": "./lib/webparts/fullWidthSectionWebPart/FullWidthSectionWebPartWebPart.js",
|
||||
"manifest": "./src/webparts/fullWidthSectionWebPart/FullWidthSectionWebPartWebPart.manifest.json"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"externals": {},
|
||||
"localizedResources": {
|
||||
"FullWidthSectionWebPartWebPartStrings": "lib/webparts/fullWidthSectionWebPart/loc/{locale}.js"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user