Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dailybruin/lux
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f49dad62c527606618759f7805de2e1b5adbed76
Choose a base ref
..
head repository: dailybruin/lux
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 50e7a4253e8ee4936669fb1b77a1410b599debfc
Choose a head ref
4 changes: 4 additions & 0 deletions doczrc.js
Original file line number Diff line number Diff line change
@@ -6,4 +6,8 @@ export default {
codeSandbox: false,
typescript: true,
plugins: [doczPluginNetlify(), css()],
filterComponents: files =>
files.filter(filepath =>
/src\/components\/.*\/*\.(js|jsx|ts|tsx)$/.test(filepath)
),
}
Loading