Skip to content
This repository was archived by the owner on Dec 5, 2022. It is now read-only.

Commit c74f1cd

Browse files
committed
fix: keep function names when minimizing, closes #105
1 parent 13184a4 commit c74f1cd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: template/webpack.config.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ module.exports = env => {
144144
sequences: platform !== "android",
145145
},
146146
safari10: platform === "ios",
147+
keep_fnames: true,
147148
},
148149
}),
149150
],
@@ -264,4 +265,4 @@ module.exports = env => {
264265
}
265266

266267
return config;
267-
};
268+
};

0 commit comments

Comments
 (0)