diff --git a/webpack.config.js b/webpack.config.js index 43d26ed..76adce1 100755 --- a/webpack.config.js +++ b/webpack.config.js @@ -305,6 +305,9 @@ const serverConfig = { module: false, output: { beautify: true, + // support custom function autocompletion + // https://developers.google.com/apps-script/guides/sheets/functions + comments: /@customfunction/, }, }, }),