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
Currently, only html is a valid bundle result output. Support the ability to provide custom functions for generating the bundle.result.json. The new api for bundle.result should look something like:
.pipe(bundle.results({dest: './',pathPrefix: '/public/',outputType: 'html'// or default, or ... Should be a string or function}))
The text was updated successfully, but these errors were encountered:
Currently, only html is a valid bundle result output. Support the ability to provide custom functions for generating the
bundle.result.json
. The new api forbundle.result
should look something like:The text was updated successfully, but these errors were encountered: