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

Stub node's fs module in webpack #10411

Merged
merged 1 commit into from
Feb 16, 2017
Merged

Conversation

rashidkpc
Copy link
Contributor

This stubs out node's fs module when using webpack. The current webpack configuration causes anything that would usually build source maps (eg PostCSS) to fail.

Long term, assuming we plan to continue building each app as its own bundle, it would be nice to for plugin authors to be able to specify how they want node builtins handled.

Copy link
Contributor

@spalger spalger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@epixa
Copy link
Contributor

epixa commented Feb 16, 2017

Is this being in the 5.3 branch sufficient, or does this need to go into the official 5.3.0 build?

Copy link
Contributor

@epixa epixa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@rashidkpc rashidkpc merged commit 60b36f7 into elastic:master Feb 16, 2017
@rashidkpc
Copy link
Contributor Author

5.3: aef89e8
5.x: b5432dd

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

Successfully merging this pull request may close these issues.

3 participants