complete-javascript-course
complete-javascript-course copied to clipboard
Having error while building final bundle
It showing build fail again and again and I fed up with this now. Could someone please help me?
can i ??
Of course, It will means a lot to me.
It showing build fail again and again and I fed up with this now. Could someone please help me?
Many "package.json" files contain a "main" field, which is ignored by most tools. However, when a "main" field is seen, Parcel infers that your project is a library and uses it as the output path. ->For most web apps, this line should be removed. -> or, If you do need to keep the "main" field, and want Parcel to ignore it, you can add : "targets": { "main": false } to your "package.json".