-
Notifications
You must be signed in to change notification settings - Fork 105
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 4.0.0 Error #134
Comments
I had the same error. Try to use webpack 2.2 :) |
There's a minor error that can be bypassed to compile elm code with webpack 4. I'll make a pull request to at the very least get it to compile |
webpack 4: migration guide for plugins/loaders – webpack – Medium
|
We need to have continued support for older versions of webpack, too. Will changing to this.query affect that? |
So the code can look like this? var globalOptions = this.options
? this.options.elm || {}
: this.query.elm || {}; |
I believe this is fixed in
|
@meowgorithm - yes, as per #136, the change we discussed here has been made. I imagine the issue stays up until the new version is published, to avoid more issues about it. |
published as 4.5.0 |
I am trying to use Webpack v4.0.0 and get the following:
webpack.config.js
src/index.js
src/Main.elm
The text was updated successfully, but these errors were encountered: