mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-11 16:17:25 +02:00
refactor: rename loader to load as not to confuse webpack loader
This commit is contained in:
parent
36eee2941a
commit
9fef99cb18
15 changed files with 4 additions and 131 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue