Skip to content

Webpack alias option #254

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

Closed
ceopaludetto opened this issue Jun 1, 2019 · 1 comment
Closed

Webpack alias option #254

ceopaludetto opened this issue Jun 1, 2019 · 1 comment

Comments

@ceopaludetto
Copy link

ceopaludetto commented Jun 1, 2019

I saw some issues about wepback alias option (e.g. #25, #46, #118), then i've maded this feature with few lines.
Usage with new option in babel configuration, like:

"plugins": [
  ["react-css-modules", {
    "webpackConfig": "/path/to/webpack.config.js" 
  }]
]

Can I PR this?

@gajus
Copy link
Owner

gajus commented Jun 3, 2019

There are already lower level workarounds, e.g.

#46 (comment)

No plan to support this.

@gajus gajus closed this as completed Jun 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants