• Pithon Kabiro's avatar
    Use ES6 module approach for imports and exports · a843435a
    Pithon Kabiro authored
    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.
    a843435a