2017-03-12 08:25:26 -04:00
|
|
|
{
|
2018-08-21 06:54:26 -04:00
|
|
|
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/config.2.0.schema.json",
|
|
|
|
"version": "2.0",
|
|
|
|
"bundles": {
|
|
|
|
"script-editor-bundle": {
|
2020-03-16 11:47:20 -04:00
|
|
|
"components": [{
|
|
|
|
"entrypoint": "./lib/webparts/scriptEditor/ScriptEditorWebPart.js",
|
|
|
|
"manifest": "./src/webparts/scriptEditor/ScriptEditorWebPart.manifest.json"
|
|
|
|
}]
|
2017-10-09 04:46:50 -04:00
|
|
|
}
|
2020-03-16 11:47:20 -04:00
|
|
|
},
|
|
|
|
"localizedResources": {
|
|
|
|
"PropertyControlStrings": "node_modules/@pnp/spfx-property-controls/lib/loc/{locale}.js"
|
2017-03-12 08:25:26 -04:00
|
|
|
}
|
2017-08-10 16:06:47 -04:00
|
|
|
}
|