Closed natew closed 6 years ago
Just found the real bug by doing a prod build w webpack!
I imported with capital: OraBannerStore.js when the files is oraBannerStore.js, so seems like pundle resolves it but duplicates.
I guess we're using CaseSensitivePaths with webpack so error is:
Module not found: Error: [CaseSensitivePathsPlugin] `/Users/nw/projects/motion/orbit/apps/web/src/stores/OraBannerStore.js` does not match the corresponding path on disk `oraBannerStore.js`
Doing this seems to instantiate the file twice for me (on master):
Just documenting to test once ng is usable, referencing this issue in our codebase.