feat(webpack): Expose webpack base config class#5425
Closed
juliendargelos wants to merge 2 commits intonuxt:devfrom
Closed
feat(webpack): Expose webpack base config class#5425juliendargelos wants to merge 2 commits intonuxt:devfrom
juliendargelos wants to merge 2 commits intonuxt:devfrom
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #5425 +/- ##
=======================================
Coverage 96.16% 96.16%
=======================================
Files 74 74
Lines 2555 2555
Branches 652 652
=======================================
Hits 2457 2457
Misses 82 82
Partials 16 16Continue to review full report at Codecov.
|
Member
Member
|
Thanks, @juliendargelos for this PR. I'm closing this to move to discuss in #5378. |
7 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Expose webpack base config class.
Types of changes
Description
Add an export of the
WebpackBaseConfigclass.It could be useful for some advanced modules to be able to extend this class for independent webpack build using Nuxt base config:
I'm making a module which hooks Nuxt to add another webpack build with NetlifyCMS, but sharing some source files with Nuxt project (for previews). I would like to have the same base configuration so Nuxt project files can be imported with the same rules, plugins, etc...
Checklist: