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

Transpile @polymer but not all of node_modules #309

@leegee

Description

@leegee

// exclude: /(node_modules)/,

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

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions