Closed johannes-z closed 3 years ago
Published: https://www.npmjs.com/package/vuex-pathify
Hey @ozum - just checking in with you - is this change OK?
Was there any reason to use a require
vs import
?
Hi @davestewart
Was there any reason to use a require vs import ?
Actually, I don't remember. So, if everything works, import
is better.
Having a dynamic
require
-call will result invue-class-components
not being added to the bundle, and therequire
-call stays unchanged, breaking consuming UMD bundles.Fixes #116