Skip to content

Commit

Permalink
Let webpack see CSS from dependencies
Browse files Browse the repository at this point in the history
If a dep has CSS, makes sense to bundle it.

Fixes redfin#878.
  • Loading branch information
gigabo committed Mar 9, 2017
1 parent b827706 commit 8e0715e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/react-server-cli/src/compileClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@ function packageCodeForBrowser(entrypoints, outputDir, outputUrl, hot, minify, l
{
test: /\.css$/,
loader: extractTextLoader,
exclude: /node_modules/,
},
{
test: /\.(eot|woff|woff2|ttf|ttc|png|svg|jpg|jpeg|gif|cgm|tiff|webp|bmp|ico)$/i,
Expand Down

0 comments on commit 8e0715e

Please sign in to comment.