webpack-contrib / imports-loader

Imports Loader
MIT License
520 stars 63 forks source link

what is the benefit to use this plugin? #43

Closed zzzgit closed 7 years ago

zzzgit commented 7 years ago
{
    entry : ["index.js", __dirname+"libs/jquery.js"]
}

Is there a benefit to use this plugin rather than packaging jqury directly into index.js?

SpaceK33z commented 7 years ago

No, as the readme states, you should only use this if a package relies on global variables.