mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-07 21:48:24 +00:00
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"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
} |