Fix rendering issues

This commit is contained in:
schmelczerandras 2020-08-16 09:15:09 +02:00
parent 56dca9fa60
commit eb39846b75
7 changed files with 25 additions and 29 deletions

View file

@ -6,7 +6,6 @@
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --mode development",
"start-unsafe": "webpack-dev-server --mode development --useLocalIp",
"build": "webpack && find dist -type f -not -name '*.html' | xargs rm"
},
"keywords": [],