-
-
Notifications
You must be signed in to change notification settings - Fork 282
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
feat: use compiler.inputFileSystem
instead fs
#205
Conversation
fe9c6d0
to
723b582
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
@evilebottnawi Should we flag this as |
@michael-ciniawsky o don't know 😄 and perf and feature and refactor 😄 |
compiler.inputFileSystem
instead fs
compiler.inputFileSystem
instead fs
kk me neither, going with |
@evilebottnawi A rebase one more time please :) This is definitely ready right ? |
@@ -31,6 +31,7 @@ | |||
"babel-preset-es2015": "^6.6.0", | |||
"chai": "^3.4.0", | |||
"eslint": "^2.9.0", | |||
"enhanced-resolve": "^3.4.1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this needed as direct devDependency
when webpack
is already 'installed' ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@michael-ciniawsky for tests locally
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure, but enhanced-resolve
is installed via webpack
already and flatten in node_modules
? Not important... :). Could you please rebase/generate a new lockfile when time ?
723b582
to
757bd04
Compare
@michael-ciniawsky done 👍 |
Notable Changes
Also it is improve perf, because
webpack
cachestats
and other stuff (https://github.com/webpack/webpack/blob/efc576c8b744e7a015ab26f1f46932ba3ca7d4f1/lib/node/NodeEnvironmentPlugin.js#L14) usingCachedInputFileSystem
Issues