Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

import firebase v3.6.4 error #243

Closed
Shyam-Chen opened this issue Dec 19, 2016 · 1 comment
Closed

import firebase v3.6.4 error #243

Shyam-Chen opened this issue Dec 19, 2016 · 1 comment

Comments

@Shyam-Chen
Copy link

Shyam-Chen commented Dec 19, 2016

SyntaxError: Invalid syntax: 0a.h


firebase v3.6.[0-3] - OK


Module bundler with Rollup

[...]
  plugins: [
    postcss({ plugins: [cssnano()] }),
    globals(),
    builtins(),
    resolve({ jsnext: true, browser: true }),
    commonjs({ include: 'node_modules/**' }),
    replace({ eval: '[eval][0]' }),
    uglify()
  ]
[...]
@kylecordes
Copy link

This is a problem with Rollup, reported in more details in January.

rollup/rollup#1275

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants