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

Webpack 2 support #113

Closed
pixeldrew opened this issue Mar 21, 2017 · 4 comments
Closed

Webpack 2 support #113

pixeldrew opened this issue Mar 21, 2017 · 4 comments
Labels
Milestone

Comments

@pixeldrew
Copy link

Looks like I can't use webpack 2 configs. I had to revert to webpack 1. Has anyone got webpack 2 to work?

@ericjuta
Copy link

@pixeldrew git clone and private publish the module.
It seems the package.json on the github repository has a * for the peerDep version but it's not the case when you npm install the actual module.

@pixeldrew
Copy link
Author

So this would be solved with a new release to npm.

@HyperBrain
Copy link
Member

This has been fixed in #83 which allows using arbitrary Webpack versions, but is not yet deployed. Will be part of the next release. Until then you can reference the master branch as workaround.
We are using it together with Webpack 2 and since a few time also Webpack 3 and it is working very well.

@HyperBrain HyperBrain added this to the 1.0.0 milestone Jun 30, 2017
@HyperBrain
Copy link
Member

Released right now!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants