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

traceurOverrides for third party modules #76

Open
miracle2k opened this issue Dec 30, 2014 · 2 comments
Open

traceurOverrides for third party modules #76

miracle2k opened this issue Dec 30, 2014 · 2 comments

Comments

@miracle2k
Copy link

I am new to browserify and gulp, so apologies if I am missing something obvious.

I have two npm modules that depend on each other. During development, I use the npm link functionality to reference the source files of the dependency directly.

When I specificy traceurOverrides in my gulp file, those are applied to the main module, but not when browserify follows the imports into the other module (where I needed to specify the es6ify transform in package.json to make it work to begin with).

Is there a solution?

@domenic
Copy link
Collaborator

domenic commented Dec 30, 2014

You can try specifying the traceurOverrides options in the package.json as well. See e.g. https://github.com/domenic/jadeify#configuration

@miracle2k
Copy link
Author

I think that would require #23.

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

2 participants