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

Fatal error: ignore is not a supported option while parsing file: #88

Open
Spongman opened this issue May 23, 2018 · 2 comments
Open

Fatal error: ignore is not a supported option while parsing file: #88

Spongman opened this issue May 23, 2018 · 2 comments

Comments

@Spongman
Copy link

uglifyify@5.0.0

the docs have this:

bundler.transform('uglifyify', {
  global: true,
  ignore: [
      '**/node_modules/weakmap/*'
    , '**/node_modules/async/*'
  ]
})

but if you do this you get:

Fatal error: `ignore` is not a supported option while parsing file: xyz.js while parsing file: xyz.js

either i'm doing something else wrong, or this is a blocking regression.

@trcolgrove
Copy link

I'm having the same problem

@trcolgrove
Copy link

#73 found this closed issue which never got fixed

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