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.
You can remove this whole section from the docs: https://github.com/therebelrobot/countryjs#using-with-browserify
by adding this to package.json:
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.