Skip to content

Commit ee4a2fa

Browse files
committed
Fix linter
1 parent 70440b2 commit ee4a2fa

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

gulp.d/tasks/bundle-react.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@ const log = require('fancy-log')
77
const fs = require('fs')
88

99
/**
10-
* Bundles all React component files in the specified source directory using esbuild and outputs the bundled files to the destination directory.
10+
* Bundles all React component files in the specified source directory using esbuild and outputs the bundled files
11+
* to the destination directory.
1112
*
12-
* Finds all `.js` and `.jsx` files recursively in the source directory, bundles each file individually with esbuild (including minification in production and source maps), and writes the output as IIFE bundles targeting modern browsers.
13+
* Finds all `.js` and `.jsx` files recursively in the source directory, bundles each file individually with esbuild
14+
* (including minification in production and source maps), and writes the output as IIFE bundles targeting modern browsers.
1315
*
1416
* @param {Object} options - Options for bundling.
1517
* @param {string} options.srcDir - Path to the directory containing React component files.

0 commit comments

Comments
 (0)