Fix parcel build (#1535)

This commit is contained in:
Tomas Della Vedova
2021-08-23 15:29:57 +02:00
committed by GitHub
parent 5447acb534
commit a9b62049cd

View File

@ -2,7 +2,6 @@
"name": "parcel-test",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"build": "parcel build index.js --no-source-maps"