Skip to content
This repository has been archived by the owner on Nov 15, 2017. It is now read-only.

Commit

Permalink
Added support for .pcss extension for CSS modules
Browse files Browse the repository at this point in the history
  • Loading branch information
swernerx committed May 31, 2017
1 parent 96421d4 commit 910336c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webpack/ConfigFactory.js
Original file line number Diff line number Diff line change
Expand Up @@ -887,7 +887,7 @@ function ConfigFactory({ target, mode, root = CURRENT_WORKING_DIRECTORY, ...opti

// CSS
{
test: /\.(css|sss)$/,
test: /\.(css|sss|pcss)$/,
loader: cssLoadersWithModules,
exclude: [ /prismjs/ ]
},
Expand Down

0 comments on commit 910336c

Please sign in to comment.