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

Commit fd793a3

Browse files
committed
fix: export uglifyMangleExcludes for backwards compatibility
1 parent ccb12f4 commit fd793a3

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)