Skip to content

Commit

Permalink
Adds docblock comment for jsonp function config
Browse files Browse the repository at this point in the history
  • Loading branch information
creativecoder committed Oct 8, 2020
1 parent 376fa86 commit b42eaaa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/calypso-build/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ const cachePath = path.resolve( '.cache' );
* @param {string} argv.'output-path' Output path
* @param {string} argv.'output-filename' Output filename pattern
* @param {string} argv.'output-library-target' Output library target
* @param {string} argv.'output-jsonp-function' Output jsonp function
* @returns {object} webpack config
*/
function getWebpackConfig(
Expand Down

0 comments on commit b42eaaa

Please sign in to comment.