Webpack: “there are multiple modules with names that only differ in casing” but modules referenced are identical

This is usually the result of a minuscule typo by wrongly using either an capital first letter or a lower case first letter when the opposite was needed. For instance, if you are importing your modules like this: import Vue from ‘vue’ or: import Vuex from ‘vuex’ Go through your files and check where you … Read more