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

Upgrade webpack to 4.28.4 #423

Closed
wants to merge 1 commit into from
Closed

Upgrade webpack to 4.28.4 #423

wants to merge 1 commit into from

Conversation

rtsao
Copy link
Contributor

@rtsao rtsao commented May 24, 2019

Fixes fusionjs/fusion-cli#427 #327

A couple notes:

  • This fixes the erroneous require, but process still has to be imported (e.g. import process from "process")
  • Webpack v5 has completely removed Node.js built-in polyfills aside from __filename, __dirname, and global. Accordingly, I don't think we should really consider this as part of the public API.
  • Folks should probably not be using .mjs yet as module support is still experimental in Node.js

Webpack changes:
webpack/webpack@v4.26.1...v4.28.4

Relevant change is webpack/webpack#8511, released in 4.28.0. This PR upgrades the the latest patch of this minor version.

@rtsao rtsao requested a review from ganemone May 24, 2019 18:37
KevinGrandon
KevinGrandon previously approved these changes May 28, 2019
@rtsao
Copy link
Contributor Author

rtsao commented Oct 17, 2019

Superseded by b599d8d

@rtsao rtsao closed this Oct 17, 2019
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

Successfully merging this pull request may close these issues.

Browser builds with node polyfills does not work with .mjs files
3 participants