Skip to content

Commit

Permalink
fix: Removed css and scss from asset file list.
Browse files Browse the repository at this point in the history
  • Loading branch information
Miles Johnson committed Dec 2, 2019
1 parent 023cbec commit 1ebe44f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nimbus-common/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ exports.EXTS_GROUP = '{ts,tsx,js,jsx}';

exports.TJSX_EXT_PATTERN = /\.m?(t|j)sx?$/;

exports.ASSET_EXT_PATTERN = /\.(ttf|eot|otf|svg|woff|woff2|mp3|png|jpg|jpeg|gif|ico|css|scss)$/;
exports.ASSET_EXT_PATTERN = /\.(ttf|eot|otf|svg|woff|woff2|mp3|png|jpg|jpeg|gif|ico)$/;

exports.GQL_EXT_PATTERN = /\.(gql|graphql)$/;

Expand Down

0 comments on commit 1ebe44f

Please sign in to comment.