fix(doc): fix user extension example in index file (#727)
parent
d0b6fcaebf
commit
443f88648d
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue