Using in custom framework - cant use dynamic require/import #1072
-
Hi there, I'm using Inertia in a custom Framework. Due to this and the way we require resources, dynamic imports/require aren't an option. Nothing too complex just trying to reach lift off at this stage with some basic tests.
What I'm wondering is, has anyone else encountered this situation and how did you go about resolving the issue? / Can anybody point me in the right direction? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey @MrEssex
I might not fully understand what you mean with that but CommonJS |
Beta Was this translation helpful? Give feedback.
Hey @MrEssex
I might not fully understand what you mean with that but CommonJS
require()
at it's core should include all components in your bundle and isn't dynamic? Which bundler are you using?