`require('expose?$!expose?jQuery!jquery');` ## VS ``` plugins:[ new webpack.ProvidePlugin({ jQuery: 'jquery', $: 'jquery', jquery: 'jquery' }) ] ```
require('expose?$!expose?jQuery!jquery');VS