main error method index.js:1
Uncaught Error: Module parse failed: Unexpected character '' (41:1)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
| adduserform.addEventListener('click', (e) => {
| e.preventDefault()
> })
at eval (index.js:1:7)
at Object../src/index.js (bundle.js:18:1)
at bundle.js:29:48
at bundle.js:31:12
eval @ index.js:1
./src/index.js @ bundle.js:18
(anonymous) @ bundle.js:29
(anonymous) @ bundle.js:31
– eladApr 17 '22 at 23:05
Please post code and errors as text, and edit your question instead of posting details in comments.
– SuperStormerApr 17 '22 at 23:27