我正在尝试使用jspm / SystemJS导入jQuery插件(即https://github.com/Mottie/Keyboard).
首先,我只需输入以下命令即可安装模块:
jspm install github:mottie/keyboard
import keyboard from 'mottie/keyboard';
Uncaught TypeError: Multiple defines for anonymous module
我正在尝试使用jspm / SystemJS导入jQuery插件(即https://github.com/Mottie/Keyboard).
首先,我只需输入以下命令即可安装模块:
jspm install github:mottie/keyboard
import keyboard from 'mottie/keyboard';
Uncaught TypeError: Multiple defines for anonymous module