-
-
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: add context
option (options.context
)
#149
Conversation
context
option (options.context
)
@@ -46,6 +47,15 @@ function CopyWebpackPlugin(patterns = [], options = {}) { | |||
let contextDependencies; | |||
const written = {}; | |||
|
|||
let context; |
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.
\n
between the variable declaration and the if block please :)
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.
Should I place it up with the other let
s and const
s as well?
context
option (options.context
)context
option (options.context
)
@cletusw Please rebase when time :) |
Overrides webpack context, overridden by pattern context Fixes webpack-contrib#148
@michael-ciniawsky Rebased. |
@michael-ciniawsky Awesome! Let me know when these patches get a version bump, thanks! |
Overrides webpack context, overridden by pattern context
Fixes #148