Clipboard import issues

Gotcha, I installed ClipboardJS as a dependency instead of adding it as an external in my webpack.config.json.

externals: {
    application: "application",
    scenegraph: "scenegraph",
    viewport: "viewport",
    assets: "assets",
    clipboard: "clipboard",
    uxp: "uxp"
  }

Here’s another thread that referencing the same issue:

1 Like