Skip to content
This repository was archived by the owner on Aug 7, 2021. It is now read-only.

Commit 7015346

Browse files
authored
fix-next: export uglifyMangleExcludes for backwards compatibility (#470)
reverts the breaking change caused by #461
1 parent 0344d56 commit 7015346

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: index.js

+3
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ exports.getAotEntryModule = function (appDirectory = APP_PATH) {
3333
return aotEntry;
3434
}
3535

36+
// Exported for backwards compatibility
37+
exports.uglifyMangleExcludes = [];
38+
3639
exports.getEntryModule = function (appDirectory = APP_PATH) {
3740
const entry = getPackageJsonEntry(appDirectory);
3841

0 commit comments

Comments
 (0)