Skip to content

Commit

Permalink
Merge pull request #232 from alfa-laboratory/PublicFess-patch-1
Browse files Browse the repository at this point in the history
fix problem with build keyframe names
  • Loading branch information
Heymdall authored Aug 23, 2018
2 parents 0daa985 + 5830f14 commit d02cfc3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion webpack.production-builder.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,13 @@ function webpackProductionConfigBuilder(options) {
}),
extractMainCSS,
extractIconsCSS,
new OptimizeCssAssetsPlugin(),
new OptimizeCssAssetsPlugin({
cssProcessorOptions: {
reduceIdents: {
keyframes: false
}
}
}),
new CompressionPlugin({
asset: '[file].gz',
algorithm: 'gzip',
Expand Down

0 comments on commit d02cfc3

Please sign in to comment.