chore: default exports

This commit is contained in:
calebboyd
2017-04-12 09:03:06 -05:00
parent 0d67b1dd4c
commit ac4ca3fe56
19 changed files with 140 additions and 110 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
export async function disableNodeCli (compiler, next) {
export default async function disableNodeCli (compiler, next) {
if (compiler.options.enableNodeCli) {
return next()
}