Skip to content

Commit dd60465

Browse files
committed
chore: update webpack confgi
1 parent 60a8be3 commit dd60465

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

antd-tools/getWebpackConfig.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ All rights reserved.
215215
};
216216

217217
if (process.env.RUN_ENV === 'PRODUCTION') {
218-
const entry = ['./index'];
218+
let entry = ['./index'];
219219
config.externals = [
220220
{
221221
vue: {

0 commit comments

Comments
 (0)