-
Notifications
You must be signed in to change notification settings - Fork 20
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
Configurable webpack - rebase #31
Conversation
Codecov Report
@@ Coverage Diff @@
## master #31 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 9 9
Lines 992 1038 +46
Branches 242 256 +14
=========================================
+ Hits 992 1038 +46
Continue to review full report at Codecov.
|
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.
There are warnings regarding "Assignment to function parameter 'filterActions'"
and also JSDoc warnings
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.
apart from eslint warnings, code lgtm, will do some testing now
I see two things which are required to compile some of our sdks that should be further enforced:
I think those two should be overwritten only if explicitly set by the user. |
All good on my side now! Here is a summary of my manual testing: Setup:
Flow:
Variations
|
Description
Configurable webpack
Search action path for
*webpack-config.js
search order is:
Merge webpack config to include required props :
Related Issue
Allow custom webpack configuration for bundling actions aio-cli-plugin-app#344
Using npm module (inline-css) in global packages.json leads to error in webpack #30
lighthouse dependency is not working properly in aio-cli aio-cli-plugin-app#196
Motivation and Context
extensible everything
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: