handlebars-loader
handlebars-loader copied to clipboard
Is there a way to avoid adding Handlbar runtime and base files in my built file?
As we build each module as a separate file and load them when the user navigates to the page, we have added the Handlebar runtime file at the application level. Hence adding them in each module is just increasing the size. Looking for a parameter or an Idea which helps me in ignoring of adding the common content added by Loader in all the files.