-
-
Notifications
You must be signed in to change notification settings - Fork 549
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(plugin-webpack): Support non-js webpack configuration languages #2747
Conversation
1a2b92f
to
ae748c1
Compare
Codecov Report
@@ Coverage Diff @@
## main #2747 +/- ##
===========================================
- Coverage 73.91% 61.31% -12.60%
===========================================
Files 67 74 +7
Lines 2185 2306 +121
Branches 438 434 -4
===========================================
- Hits 1615 1414 -201
- Misses 356 700 +344
+ Partials 214 192 -22
Continue to review full report at Codecov.
|
if (isRechoirError(error)) { | ||
const { message, failures } = error; | ||
const logLines = [ | ||
`Unable to load webpack config '${config}'`, |
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.
`Unable to load webpack config '${config}'`, | |
`\nUnable to load webpack config '${config}'`, |
Just so it isn't on the same line as the still painting ora
ae748c1
to
c22fb09
Compare
Summarize your changes:
This change adds
gulpjs/interpret
andgulpjs/rechoir
to add support similar towebpack
's configuration languages. These changes heavily mirror whatwebpack
itself doesFixes #697
before
after installing
ts-node
andtypescript