kotarella1110 / cordova-plugin-webpack

Integrate webpack into your Cordova workflow.
https://www.npmjs.com/package/cordova-plugin-webpack
Apache License 2.0
62 stars 20 forks source link

Error: Can't resolve './src/index.js' #434

Closed maqeelqureshi closed 3 years ago

maqeelqureshi commented 3 years ago

I am receiving the following error when I run cordova build

"ERROR in Entry module not found: Error: Can't resolve './src/index.js'"

maqeelqureshi commented 3 years ago

Copied cordova's default index.js file to the root of app into src folder and added reference to index.html file .