Prepack: Failed to optimize

Created on 4 May 2017  路  2Comments  路  Source: facebook/prepack

Using https://prepack.io/repl.html, Ran the code on https://cdnjs.cloudflare.com/ajax/libs/vue/2.3.2/vue.js , threw this error

null or undefined TypeError at repl:541:23 at repl:9:16 at repl:6:2

question

Most helpful comment

The culprit at 541:23 is this: window.navigator.userAgent.toLowerCase()
Prepack is still in development and doesn't have knowledge about browser objects. It doesn't know what's inside navigator or that it even exists.

The only thing I can recommend is subscribe to #24 and wait.

All 2 comments

The culprit at 541:23 is this: window.navigator.userAgent.toLowerCase()
Prepack is still in development and doesn't have knowledge about browser objects. It doesn't know what's inside navigator or that it even exists.

The only thing I can recommend is subscribe to #24 and wait.

Closing as question got answered.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

NTillmann picture NTillmann  路  3Comments

sandipp picture sandipp  路  4Comments

maxime1992 picture maxime1992  路  5Comments

simon-yxl picture simon-yxl  路  3Comments

sebmarkbage picture sebmarkbage  路  6Comments