Tried this library out in one of my projects, but received the following error within `core/index.js`: ``` (function (exports, require, module, __filename, __dirname) { import { TextButton, Button } from './Button'; SyntaxError: Unexpected token { ``` Any ideas on what to do?
Tried this library out in one of my projects, but received the following error within
core/index.js:Any ideas on what to do?