diff options
| author | Haishan <[email protected]> | 2020-08-01 20:04:49 +0800 |
|---|---|---|
| committer | Haishan <[email protected]> | 2020-08-01 20:41:55 +0800 |
| commit | 4ae2c5c2f319e15ecba245f8b679dbfcd0242a84 (patch) | |
| tree | d269f9511ba922800c0308b04cf7d0386588270a /src/custom.d.ts | |
| parent | 437733f4afe1eae86f946a8aa3336f58d9980d8c (diff) | |
feat: a simple about page
Diffstat (limited to 'src/custom.d.ts')
| -rw-r--r-- | src/custom.d.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/custom.d.ts b/src/custom.d.ts index 9041f77..e60e225 100644 --- a/src/custom.d.ts +++ b/src/custom.d.ts @@ -3,3 +3,7 @@ declare module '*.module.css' { const classes: { [key: string]: string }; export default classes; } + +// webpack definePlugin replacing variables +declare const __VERSION__: string; +declare const __DEV__: string; |
