mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-13 00:15:35 +00:00
* Script editor update (#598) * Updated to SPFx 1.5.1 * Fix remove padding issue. * Moving import within container * Added dynamic loaded edit module * Made editor pane external and dynamic * Updated readme message. * Remove dependency for office ui fabric react * Use a supported workaround to get the script root.
14 lines
451 B
JSON
14 lines
451 B
JSON
{
|
|
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/config.2.0.schema.json",
|
|
"version": "2.0",
|
|
"bundles": {
|
|
"script-editor-bundle": {
|
|
"components": [
|
|
{
|
|
"entrypoint": "./lib/webparts/scriptEditor/ScriptEditorWebPart.js",
|
|
"manifest": "./src/webparts/scriptEditor/ScriptEditorWebPart.manifest.json"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
} |