Build application to consume radpack exports
Table of contents
There are 2 steps necessary to take advantage of radpack:
Hello World
A hello-world app referencing our dependencies that have been exported to radpack.
No code change required!
Example
Webpack
Now that you’ve exported your shared dependencies, you’ll need to update your Webpack configuration. Now when your application is built, any dependencies/exports that exist within radpack
will no longer be bundled with your application. If at any time more than one application consumes a given export, you’ve effectively deduplicated and may not even be aware when it happens.
Example
That’s it
While there’s much more we can do with Radpack, you’ve now completed the basics of your first application powered by radpack exports.
Next
See how the dependency graph works.