Skip to content

use package.json browserify transform field #34

Description

You can remove this whole section from the docs: https://github.com/therebelrobot/countryjs#using-with-browserify

by adding this to package.json:

"browserify": {
  "transform": [ "bulkify" ]
}

make sure to add bulkify as a dependency.

When people use browserify from the outside and browserify sees a transform section in package.json, it will apply the transform automatically only to this package.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions