Replies: 1 comment
-
Hi @jhancock The latest version of NLUX If you're using the NPM version — As you noticed, we offer 3 types of bundles: The type of file choose will depend on your bundler configuration:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am building an app that is server rendered with no front end bundling/build tools. How can I extract the appropriate assets from node_modules/@nlux/core and related directories? in core, there are three directories esm, umd and cjs which each seem to contain similar files. I'm lost.
I know I won't get a small build but don't care at this point in app development.
thanks, Jon
Beta Was this translation helpful? Give feedback.
All reactions