Use ES6 module approach for imports and exports
There seems to be conflict between the backend server (Node.js & Express) and our front-end (browser-based) if we want to use module imports and exports. It is not currently possible to use Node.js / CommonJS modules. The current solution uses ES6 modules. May need to look for a better approach.
Showing
+2 -2
Please register or sign in to comment