From cf26486ccbf8691993d20b265c9eca83f7590005 Mon Sep 17 00:00:00 2001 From: chenxsan Date: Tue, 18 Oct 2022 21:05:14 +0800 Subject: [PATCH] add ... --- src/content/api/node.mdx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/content/api/node.mdx b/src/content/api/node.mdx index cdb5bb32f3e7..49171d5a3402 100644 --- a/src/content/api/node.mdx +++ b/src/content/api/node.mdx @@ -47,7 +47,7 @@ const webpack = require('webpack'); webpack({}, (err, stats) => { if (err || stats.hasErrors()) { - // + // ... } // Done processing }); @@ -98,7 +98,7 @@ method mentioned above: const webpack = require('webpack'); const compiler = webpack({ - // + // ... }); compiler.run((err, stats) => { @@ -126,7 +126,7 @@ watch(watchOptions, callback); const webpack = require('webpack'); const compiler = webpack({ - // + // ... }); const watching = compiler.watch( @@ -244,7 +244,7 @@ const webpack = require('webpack'); webpack( { - // + // ... }, (err, stats) => { if (err) { @@ -302,7 +302,7 @@ const webpack = require('webpack'); webpack( { - // + // ... }, (err, stats) => { if (err) {