fix: package json entrypoint
This commit is contained in:
parent
eafdc5cb2b
commit
cd1025f49b
@ -2,7 +2,7 @@
|
|||||||
"name": "proiect",
|
"name": "proiect",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "Proiect PIU",
|
"description": "Proiect PIU",
|
||||||
"main": "src/index.js",
|
"main": "src/script/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "webpack serve",
|
"start": "webpack serve",
|
||||||
"build": "cross-env NODE_ENV=production webpack",
|
"build": "cross-env NODE_ENV=production webpack",
|
||||||
|
Loading…
Reference in New Issue
Block a user