chore: update webpack confgi

pull/5629/head 3.3.0-beta.3
tangjinzhou 2022-08-11 22:26:35 +08:00
parent 60a8be3014
commit dd60465373
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@ All rights reserved.
};
if (process.env.RUN_ENV === 'PRODUCTION') {
const entry = ['./index'];
let entry = ['./index'];
config.externals = [
{
vue: {