Skip to content
This repository was archived by the owner on Feb 6, 2023. It is now read-only.
This repository was archived by the owner on Feb 6, 2023. It is now read-only.

Solved: Problem with Babel/Polyfill #1716

@Merovex

Description

@Merovex

Do you want to request a feature or report a bug?

What is the current behavior?

I am trying to run yarn start on the 0.10 TeX example. After following the instructions I'm getting the following error: ERROR in ./js/app.js Module not found: Error: Cannot resolve module 'babel/polyfill' in /Users/.../Projects/draft-js/examples/draft-0-10-0/tex/js @ ./js/app.js 17:0-25

I changed the following in app.js line 17:

import 'babel/polyfill';

to

import 'babel-polyfill';

Problem Solved

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions