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

npm run build fails on transform #2

Closed
gmaclennan opened this issue Jun 28, 2016 · 0 comments
Closed

npm run build fails on transform #2

gmaclennan opened this issue Jun 28, 2016 · 0 comments

Comments

@gmaclennan
Copy link
Owner

The build step fails because the stripify transform does not like the const statement in the pathname-match module, but browserify transforms should not be processing required files from node_modules. This is probably because browserify is being run from within a module, and it is treating transforms as global somehow?

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

1 participant