UNPKG

covid19-dashboard

Version:

Dashboard App displaying COVID-19 numbers by country

4 lines 272 B
// We ONLY need this empty file for the webpack dev server. // Without it, starting the server causes 2 errors. // => We are not mapping it to the dist folder, since we want to access the apps & examples folder as well. // Ticket: https://github.com/neomjs/neo/issues/1152