Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

3.  Adapt the name of the module in the Webpack-config (demoApp). This is followed by the path to the entry file (`. / plugin.tsx`).

...

Code Block
languagejs
```js
entry: {

...


demoApp: ["./plugin.tsx"]

...


},

...


```

    Note: Do not use bindings or special characters.

...