Skip to content
This repository has been archived by the owner on Dec 9, 2019. It is now read-only.

Transpile @polymer but not all of node_modules #309

Open
leegee opened this issue Jan 11, 2019 · 1 comment
Open

Transpile @polymer but not all of node_modules #309

leegee opened this issue Jan 11, 2019 · 1 comment

Comments

@leegee
Copy link

leegee commented Jan 11, 2019

// exclude: /(node_modules)/,

Since we can use a regexp, we can use its less commonly-used negative lookahead operator:

/node_modules\/(?!(@?polymer))/

@LasaleFamine
Copy link
Member

Hi @leegee, thank you for reporting this one, would you like to open a PR for this?

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

No branches or pull requests

2 participants