This repository has been archived by the owner on Aug 5, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor out shared webpack.config.js file. (#1193)
* Add snapshot tests for Webpack configuration. (#1188) * Add snapshot tests for Webpack configuration. Change default test runner options. Existing options were only useful for CI, and had negative effects on local development (including continually updating snapshot tests). * Update snapshots with new test names. * Use self-documenting jest argument * Search/replace system-specific paths in test. * Refactor out shared Webpack config. (#1190) * Separate client config from shared. * Separate server config from shared. * Remove preOverwrites and shared Webpack config. * Remove CSS loader options from server build. * Remove UniversalWebpackConfigurator type. * Refactor out LoaderOptionsPlugin (deprecated). This is a breaking change, necessary for upcoming ExtractCssChunks work. postcss config is now done through postcss.config.js. * add support for async server plugin (#1191) * Try disabling caching * skip build for tests
- Loading branch information
Showing
21 changed files
with
1,944 additions
and
574 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,3 +12,4 @@ _book/ | |
|
||
# Gluestick uses yarn at the moment | ||
package-lock.json | ||
yarn-error.log |
This file contains 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
This file contains 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
This file was deleted.
Oops, something went wrong.
This file contains 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
Oops, something went wrong.