Fix og-image

This commit is contained in:
schmelczerandras 2020-12-07 08:05:57 +01:00
parent 802b215225
commit 6a93206f4e
7 changed files with 6 additions and 16 deletions

View file

@ -6,7 +6,7 @@
"scripts": {
"start": "webpack-dev-server --mode development",
"lint": "npx eslint --fix \"src/**/*.ts\" && npx prettier --write \"src/**/*.ts\"",
"build": "webpack --mode production"
"build": "webpack --mode production && rm dist/*.js && rm dist/*.css"
},
"keywords": [],
"author": "András Schmelczer <andras@schmelczer.dev> (https://schmelczer.dev/)",
@ -46,7 +46,7 @@
"resolve-url-loader": "^3.1.1",
"sass": "^1.27.0",
"sass-loader": "^8.0.2",
"sdf-2d": "^0.7.3",
"sdf-2d": "^0.7.4",
"source-map-loader": "^1.1.1",
"svg-url-loader": "^6.0.0",
"ts-config-webpack-plugin": "^2.0.0",