refactor: rename loader to load as not to confuse webpack loader

This commit is contained in:
endiliey 2018-08-07 00:41:05 +08:00
parent 36eee2941a
commit 9fef99cb18
15 changed files with 4 additions and 131 deletions

View file

@ -12,7 +12,7 @@ const portfinder = require('portfinder');
const serve = require('webpack-serve');
const webpackNiceLog = require('webpack-nicelog');
const HtmlWebpackPlugin = require('html-webpack-plugin');
const load = require('../loader');
const load = require('../load');
const createDevConfig = require('../webpack/dev');
async function getPort(port) {