https://i.sstatic.net/5bywN.png
An issue has arisen - the module cannot be found, even though such a module does not actually exist. The correct module name should be babel-plugin-proposal-class-properties (and the error is showing as 'babel-plugin-transform-class-propties'). I am unsure what could be causing this problem.
When I enter "npm run start:dev" in the terminal, I receive an error output.
Here is the webpack.config.js:
... (content omitted for brevity)
The package.json file looks like this:
{ ... (content omitted for brevity) }
You can find the index.js code here: https://codepen.io/dev-sera/pen/mdObpwv