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 9c7100b commit 91546a1Copy full SHA for 91546a1
lib/UmdMainTemplatePlugin.js
@@ -23,7 +23,7 @@ const accessorToObjectAccess = accessor => {
23
* @param {string=} joinWith the element separator
24
* @returns {string} the path
25
*/
26
-const accessorAccess = (base, accessor, joinWith = "; ") => {
+const accessorAccess = (base, accessor, joinWith = ", ") => {
27
const accessors = Array.isArray(accessor) ? accessor : [accessor];
28
return accessors
29
.map((_, idx) => {
0 commit comments