Skip to content

Commit

Permalink
Merge pull request #4695 from camptocamp/back-side-effect
Browse files Browse the repository at this point in the history
Fix the CSS in the applications
  • Loading branch information
sbrunner committed Feb 27, 2019
2 parents 2926e35 + c58418d commit 8352069
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion buildtools/webpack.commons.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,10 @@ const config = function(hardSourceConfig, babelLoaderCacheDirectory) {
'jquery-ui/datepicker': 'jquery-ui/ui/widgets/datepicker', // For angular-ui-date
'proj4': 'proj4/lib',
}
}
},
optimization: {
sideEffects: false,
},
};
};

Expand Down

0 comments on commit 8352069

Please sign in to comment.