Skip to content

Uncaught TypeError: $export is not a function on Chrome 56 #6

@alkavan

Description

@alkavan

Hey, I had an issue on Chrome 56.x when I got:
Uncaught TypeError: $export is not a function console message on upon running the server first time.

My issue seems to be solved by finding this post on stack. And changing transform-runtime to following:

plugins: [
  'add-module-exports',
  'transform-decorators-legacy',
  'transform-class-properties',
  'transform-object-rest-spread',
  ['transform-runtime', {helpers: false, polyfill: false, regenerator: true}]
]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions