-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Chore: Fix webpack chunk output location
Output the webpack chunks to a subdirectory so they don't pollute public. Note that we did not really ask for vendor extraction, but it still happens when using async chunks (https://github.com/JeffreyWay/laravel-mix/blob/76bb5646e521718a60eb72def4350bc2ad147ec4/test/features/mix.js#L66).
- Loading branch information
1 parent
c9dcf7c
commit 3e99a18
Showing
2 changed files
with
5 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
* | ||
!.gitignore | ||
|
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