-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: added uglify option on all build formats
- Loading branch information
Harrison Ifeanyichukwu
authored and
Harrison Ifeanyichukwu
committed
Mar 21, 2020
1 parent
3d3c943
commit 7e29189
Showing
4 changed files
with
18 additions
and
15 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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
import { CommonConfig } from './@types'; | ||
|
||
export const COMMON_CONFIGS: (keyof CommonConfig)[] = ['sourcemap', 'interop']; | ||
export const COMMON_CONFIGS: (keyof CommonConfig)[] = ['sourcemap', 'interop', 'uglify']; | ||
|
||
export const REGEX_FIELDS = ['assets', 'include', 'exclude']; |
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