Skip to content

Commit fbb37a3

Browse files
authored
Update setup function in typescript-loader template
1 parent 5c01b46 commit fbb37a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generators/angular/templates/build-plugins/typescript-loader.js.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ import 'jiti/register';
22

33
export default {
44
name: 'copy:i18n',
5-
async setup() {},
5+
setup(_build) {},
66
};

0 commit comments

Comments
 (0)