UNPKG
@gdjiami/cli
Version:
beta (1.2.7-beta)
latest (1.3.3-alpha5)
next (1.0.0-alpha.2)
1.3.3-beta1
1.3.3-alpha5
1.3.3-alpha4
1.3.3-alpha3
1.3.3-alpha2
1.3.3-alpha1
1.3.2
1.3.2-beta1
1.3.2-alpha1
1.3.1
1.3.0
1.2.9
1.2.9-beta2
1.2.9-beta1
1.2.8-beta5
1.2.8-beta4
1.2.8-beta3
1.2.8-beta2
1.2.8-beta
1.2.7
1.2.7-beta
1.2.6
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.0
1.0.0-alpha.9
1.0.0-alpha.8
1.0.0-alpha.7
1.0.0-alpha.6
1.0.0-alpha.5
1.0.0-alpha.4
1.0.0-alpha.3
1.0.0-alpha.2
1.0.0-alpha.1
1.0.0-alpha
0.4.22
0.4.21
0.4.20
0.4.19
0.4.18
0.4.16
0.4.15
0.4.14
0.4.13
0.4.12
0.4.11
0.4.10
0.4.9
0.4.8
0.4.6
0.4.3
0.4.2
0.4.1
0.4.0
0.3.0
0.2.3
0.2.1
0.2.0
0.1.37
0.1.36
0.1.35
0.1.34
0.1.33
0.1.32
0.1.31
0.1.30
0.1.27
0.1.26
0.1.25
0.1.24
0.1.23
0.1.22
0.1.21
0.1.20
0.1.16
0.1.15
0.1.14
0.1.13
0.1.12
0.1.11
0.1.9
0.1.8
0.1.6
0.1.0
CLI for build front end project.
gitee.com/jmfe/jm-cli/blob/master/README.md
@gdjiami/cli
/
dist
/
config
/
plugins
/
HtmlInterpolate.d.ts
12 lines
(11 loc)
•
247 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
/** * interpolate enviroments in html */
import
{
Compiler
}
from
'webpack'
;
export
default
class
HtmlInterpolate
{
private
env;
constructor
(
env
: { [key:
string
]:
string
; }
);
apply
(
compiler
:
Compiler
):
void
; }