We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0940920 commit 2513be0Copy full SHA for 2513be0
index.js
@@ -410,7 +410,7 @@ class Encore {
410
* Add a "commons" file that holds JS shared by multiple chunks.
411
*
412
* @param {string} name The chunk name (e.g. vendor to create a vendor.js)
413
- * @param {Array} files Array of files to put in the vendor entry
+ * @param {string|Array} files Array of files to put in the vendor entry
414
* @returns {Encore}
415
*/
416
createSharedEntry(name, files) {
0 commit comments