From a0d3338ad98708148005f3bbbd313fdc60772bfe Mon Sep 17 00:00:00 2001 From: Tobias Weichart Date: Tue, 6 Feb 2018 15:43:57 +0100 Subject: [PATCH] error occured when building with webpack * build process with webpack + mix (laravel) * built bundel threw error in browser due to wrong access to default --- js/bootstrapMaterialDesign.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/bootstrapMaterialDesign.js b/js/bootstrapMaterialDesign.js index 809e2b3a..c3998090 100644 --- a/js/bootstrapMaterialDesign.js +++ b/js/bootstrapMaterialDesign.js @@ -1,5 +1,5 @@ /* globals Popper */ -Popper.Defaults.modifiers.computeStyle.gpuAcceleration = false +Popper.default.Defaults.modifiers.computeStyle.gpuAcceleration = false /** * $.bootstrapMaterialDesign(config) is a macro class to configure the components generally