Skip to content

Commit a69aee8

Browse files
committed
Add CustomGLPlugin script type
1 parent 2e919af commit a69aee8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/util/scriptTypes.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ const scriptTypeMap = {
3232
'localizationContextExit',
3333
],
3434
},
35+
CustomGLPlugin: {
36+
entryPoitns: ['customizeGlImpact'],
37+
},
3538
DatasetBuilderPlugin: {
3639
entryPoints: ['createDataset'],
3740
},

0 commit comments

Comments
 (0)