BS4 now requires Popper

This commit is contained in:
Ben Word
2017-08-11 17:59:18 -06:00
parent 05c853ea88
commit ce754b88df
4 changed files with 15 additions and 15 deletions

View File

@@ -151,8 +151,7 @@ let webpackConfig = {
$: 'jquery',
jQuery: 'jquery',
'window.jQuery': 'jquery',
Tether: 'tether',
'window.Tether': 'tether',
Popper: 'popper.js'
}),
new webpack.LoaderOptionsPlugin({
minimize: config.enabled.optimize,