From 1c74f9fe57b7e113d65e70cd6b27462d74627cbd Mon Sep 17 00:00:00 2001 From: pimlie Date: Sun, 10 Mar 2019 12:29:53 +0100 Subject: [PATCH] chore: fix lint --- test/utils/build.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/utils/build.js b/test/utils/build.js index f7ab39d..8c9c51d 100644 --- a/test/utils/build.js +++ b/test/utils/build.js @@ -1,5 +1,5 @@ -import fs from 'fs-extra' import path from 'path' +import fs from 'fs-extra' import { template } from 'lodash' import webpack from 'webpack' import VueLoaderPlugin from 'vue-loader/lib/plugin'