Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
zhitaocai committed Aug 15, 2020
1 parent b81f334 commit c5de18a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tasks/InjectPluginTask.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ export class InjectPluginTask implements TaskInterface {
if (jsList == null) {
jsList = [];
}
jsList.unshift("${loaderpluginRelativePath}");
`;
// let aopCodeBlock = `
// var jsList = settings.jsList;
Expand Down

0 comments on commit c5de18a

Please sign in to comment.