forked from primer/design
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump @primer/gatsby-theme-doctocat from 3.1.1 to 4.0.0 (primer#278)
* Remove unused images and grid columns * Bump @primer/gatsby-theme-doctocat from 3.1.1 to 4.0.0 * Update eslint and eslint-plugin-github packages * Add @github/prettier-config * Fix index pages to use Text & bolded Links * Fix Video and Heading styles
- Loading branch information
Josep Martins
authored
Aug 16, 2022
1 parent
9e5f7a5
commit d52cbf1
Showing
30 changed files
with
6,444 additions
and
6,947 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
const shared = { | ||
__DEV__: "process.env.NODE_ENV !== 'production'", | ||
} | ||
|
||
module.exports = { | ||
development: shared, | ||
test: shared, | ||
production: { | ||
...shared, | ||
__DEV__: 'false', | ||
'process.env.NODE_ENV': "'production'", | ||
}, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.