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

Should pass options to core modules without needing re-inclusion #43

Closed
ryngonzalez opened this issue Sep 14, 2015 · 3 comments
Closed

Comments

@ryngonzalez
Copy link

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.

  .plugin('css-modulesify', {
    rootDir: __dirname,
    output: `compiled.css`,
    use: [
      "postcss-modules-extract-imports",
      "postcss-modules-local-by-default",
      "postcss-modules-scope",
    ],
    'postcss-modules-scope': {
      generateScopedName: createClassName
    }

Anyway we can pass in option without needing to do these re-inclusions?

@ryngonzalez 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 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
@joshwnj
Copy link
Member

joshwnj commented Sep 19, 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?

@ryngonzalez
Copy link
Author

@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 👍

@ryngonzalez
Copy link
Author

Nice, closing with the merge of #46

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