Skip to content

Commit 454c50d

Browse files
committed
add experimental plugin folder to core
1 parent af84c43 commit 454c50d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
'use strict';
2+
3+
module.exports = () => ({
4+
config: {
5+
experimentalPluginLoadTest: true,
6+
},
7+
});

0 commit comments

Comments
 (0)