UNPKG

webpack-dev-server-status-bar

Version:

Shows webpack status as a thin colored bar on top of browser page

16 lines (15 loc) 254 B
{ "compilerOptions": { "target": "es2018", "module": "commonjs", "lib": ["dom", "es2018"], "allowJs": true, "checkJs": true, "noEmit": true, "strict": true, "esModuleInterop": true }, "files": [ "index.js" ] }