Module not found can’t resolve

Posted as answer so that it can be marked as answered, from comment:

Your import path is wrong, it looks like you should change import test from './app/test.js'; to import test from './test.js';

Leave a Comment