You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 8, 2020. It is now read-only.
newwebpack.ProvidePlugin({$: 'jquery',jQuery: 'jquery'}),// Maps these identifiers to the jQuery package (because Bootstrap expects it to be a global variable)
31
35
newwebpack.optimize.OccurenceOrderPlugin(),
32
-
newwebpack.optimize.CommonsChunkPlugin('vendor','vendor.js')// Moves vendor content out of other bundles
36
+
newwebpack.optimize.CommonsChunkPlugin('vendor','vendor.js'),// Moves vendor content out of other bundles
0 commit comments