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

Commit 46b2501

Browse files
committed
refactor: remove mangle excludes since the plugin will work only with {N} 4.0+
1 parent 9ad585f commit 46b2501

File tree

2 files changed

+0
-143
lines changed

2 files changed

+0
-143
lines changed

Diff for: index.js

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

35-
// Exported for backwards compatibility with {N} 3
36-
exports.uglifyMangleExcludes = require("./mangle-excludes");
37-
3835
exports.getEntryModule = function (appDirectory) {
3936
verifyEntryModuleDirectory(appDirectory);
4037

Diff for: mangle-excludes.js

-140
This file was deleted.

0 commit comments

Comments
 (0)