You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Anyway we can pass in option without needing to do these re-inclusions?
The text was updated successfully, but these errors were encountered:
ryngonzalez
changed the title
Should pass options to core modules without re-included
Should pass options to core modules without being re-included
Sep 14, 2015
ryngonzalez
changed the title
Should pass options to core modules without being re-included
Should pass options to core modules without needing re-inclusion
Sep 14, 2015
@ryngonzalez please take a look at #46 and let me know if that is a better solution for you. Are there any other options on the other plugins you'd like to be able to set?
@joshwnj Looking over the core modules and their potential options, I see rewriteUrl; while I don't want to necessarily pass in my own option for this, I think css-modulesify should be passing in something to address #42 to do better composes resolution that respects browserify._options.paths to search within the correct folder.
Other than that, no other options that should be accessible for the core modules that I can find 👍
Unless I use the
use
option to re-include the core modules, I can't pass custom options to them, like a custom class name generator.Anyway we can pass in option without needing to do these re-inclusions?
The text was updated successfully, but these errors were encountered: