chore: default exports
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
export async function disableNodeCli (compiler, next) {
|
||||
export default async function disableNodeCli (compiler, next) {
|
||||
if (compiler.options.enableNodeCli) {
|
||||
return next()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user