You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All the files inside the dist folder will be added at the root of the zip along with manifest.json. By contrast, if recursive: true (by default), the folder dist is included.
Also if you want a nested file at the root, recursive: false is your guy.
Right after the example it says All the files inside the dist folder will be added at the root of the zip along with manifest.json. if recursive: false is specified. This is the behavior I observed when I did not specify recursive at all. The following says by default, the dist folder will be included.
The behavior I observed without specifying recursive was that all of the folders had their contents dumped into the root of the archive. I had to specifically declare recursive: false for the folders to be included as is.
Specifically the line directly after the example seems opposite of the line at the end.
The text was updated successfully, but these errors were encountered:
Right after the example it says
All the files inside the dist folder will be added at the root of the zip along with manifest.json.
ifrecursive: false
is specified. This is the behavior I observed when I did not specify recursive at all. The following says by default, the dist folder will be included.The behavior I observed without specifying
recursive
was that all of the folders had their contents dumped into the root of the archive. I had to specifically declarerecursive: false
for the folders to be included as is.Specifically the line directly after the example seems opposite of the line at the end.
The text was updated successfully, but these errors were encountered: