UNPKG

@gozenc/interpolate-html-plugin

Version:

InterpolateHtmlPlugin implemented for webpack v5.

18 lines 398 B
{ "version": "0.2.0", "configurations": [ { "type": "pwa-node", "request": "launch", "name": "TEST", "skipFiles": [ "<node_internals>/**" ], "runtimeExecutable": "yarn", "cwd": "${workspaceFolder}", "runtimeArgs": [ "mock" ] } ] }