Skip to content

Commit

Permalink
Update razzle.config.js (jaredpalmer#531)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Jenkins authored and jaredpalmer committed Mar 10, 2018
1 parent 897fdb0 commit 61177e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/with-react-native-web/razzle.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ module.exports = {
config.module.rules = config.module.rules
.filter(
rule =>
!(rule.test && rule.test.exec && rule.test.exec('./somthing.css'))
!(rule.test && rule.test.exec && rule.test.exec('./something.css'))
)
.filter(
rule =>
!(
rule.test &&
rule.test.exec &&
rule.test.exec('./somthing.module.css')
rule.test.exec('./something.module.css')
)
);

Expand Down

0 comments on commit 61177e4

Please sign in to comment.