Skip to content
This repository has been archived by the owner on Aug 12, 2020. It is now read-only.

Commit

Permalink
Skip css files
Browse files Browse the repository at this point in the history
  • Loading branch information
Petter Walbø Johnsgård committed Sep 18, 2018
1 parent ccd0703 commit 716776c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/heisenberg-scripts/config/webpack.config.build.js
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ module.exports = ( options ) => {
config.plugins.push(
new UnminifiedWebpackPlugin( {
postfix: 'unminified',
exclude: /\.(scss|css)$/,
} )
);
}
Expand Down

0 comments on commit 716776c

Please sign in to comment.