diff options
Diffstat (limited to 'webpack/plugins')
| -rw-r--r-- | webpack/plugins/consts.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/webpack/plugins/consts.ts b/webpack/plugins/consts.ts index cb9ba8e86f..6435893234 100644 --- a/webpack/plugins/consts.ts +++ b/webpack/plugins/consts.ts @@ -27,7 +27,8 @@ export default lang => { _LANG_: lang, _HOST_: config.host, _URL_: config.url, - _LICENSE_: licenseHtml + _LICENSE_: licenseHtml, + _GOOGLE_MAPS_API_KEY_: config.google_maps_api_key }; const _consts = {}; |