fix: package json entrypoint

This commit is contained in:
Fándly Gergő 2021-01-06 14:01:21 +02:00
parent eafdc5cb2b
commit cd1025f49b

View File

@ -2,7 +2,7 @@
"name": "proiect",
"version": "1.0.0",
"description": "Proiect PIU",
"main": "src/index.js",
"main": "src/script/index.js",
"scripts": {
"start": "webpack serve",
"build": "cross-env NODE_ENV=production webpack",