summaryrefslogtreecommitdiff
path: root/src/custom.d.ts
diff options
context:
space:
mode:
authorHaishan <[email protected]>2020-11-13 22:12:27 +0800
committerHaishan <[email protected]>2020-11-13 22:12:27 +0800
commitca5df762c90990910a67b32fba8fde539ae982dd (patch)
tree7373bd23d7e7957250efd24faa9a4133ddefc7da /src/custom.d.ts
parent21dce7ec4246bbe63ba36e23632f125ff9c69a58 (diff)
build: upgrade deps
Diffstat (limited to 'src/custom.d.ts')
-rw-r--r--src/custom.d.ts6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/custom.d.ts b/src/custom.d.ts
index 11b9c6c..db7360a 100644
--- a/src/custom.d.ts
+++ b/src/custom.d.ts
@@ -10,3 +10,9 @@ declare module '*.module.css' {
// webpack definePlugin replacing variables
declare const __VERSION__: string;
declare const __DEV__: string;
+declare const process = {
+ env: {
+ NODE_ENV: string,
+ PUBLIC_URL: string,
+ },
+};