fix(doc): fix user extension example in index file (#727)

master
Nicolas Burger 2022-02-09 14:49:27 +01:00 committed by GitHub
parent d0b6fcaebf
commit 443f88648d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -38,7 +38,7 @@ svgEditor.setConfig({
allowInitialUserOverride: true,
extensions: [],
noDefaultExtensions: false,
userExtensions: [/* './react-extensions/react-test/dist/react-test.js' */]
userExtensions: [/* { pathName: './react-extensions/react-test/dist/react-test.js' } */]
})
// Variable XDOMAIN below is created by Rollup for the Xdomain build (see rollup.config.js)
/* globals XDOMAIN */