-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Build: Drop cssFilename option from root webpack config (#32195)
Remove the `cssFilename` option from the Calypso root webpack config, inferring its value from `outputFilename` instead; dito for `cssChunkFilename`. For more background and a rationale, see #32194, which does the same for `calypso-build`'s webpack config. This also requires some re-arranging of filename logic in the webpack config. There is one behavioral change: In production, CSS filenames previously followed the `[name].[chunkhash].css` pattern. Since they're now modeled after `outputFilename`, they now include a `min` particle, i.e. `[name].[chunkhash].min.css`. AFAICS, that shouldn't really matter much though.
- Loading branch information
Showing
1 changed file
with
22 additions
and
18 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