UNPKG
@gozenc/interpolate-html-plugin
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
InterpolateHtmlPlugin implemented for webpack v5.
fatihgozenc/interpolate-html-plugin
@gozenc/interpolate-html-plugin
/
.vscode
/
launch.json
18 lines
•
398 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"version"
:
"0.2.0"
,
"configurations"
: [ {
"type"
:
"pwa-node"
,
"request"
:
"launch"
,
"name"
:
"TEST"
,
"skipFiles"
: [
"<node_internals>/**"
],
"runtimeExecutable"
:
"yarn"
,
"cwd"
:
"
${workspaceFolder}
"
,
"runtimeArgs"
: [
"mock"
] } ] }