seawind543/react-token-input

Uncaught TypeError: c is not a function

Closed this issue · 1 comments

Issue

  • Uncaught TypeError: c is not a function

截圖 2021-08-10 01 13 21

Impact

v1.1.1

Root cause

  • An object with { root, amd, commonjs, ... } is only allowed for libraryTarget: 'umd'. It's not allowed for other library targets.

Solution

  • Change to umd

Reference:

  1. https://webpack.js.org/configuration/externals/#object