forked from jaredpalmer/razzle
-
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.
* Upgrade Babel to v7, Jest to v23.6 (jaredpalmer#775) * Upgrade Babel to v7, Jest to v23.6 Fix the following examples * with-custom-babel-config * with-inferno * with-preact * with-react-native-web * with-rax * Mimic other CRA defaults * Move to Circle 2.0 * Rename folder to .circleci * Change image to 8.12.0 * Change to generic node:8 * Change name of the mdx example * v3.0.0-alpha.0 * Remove polyfills, add treeshaking in production (jaredpalmer#788) * Sync with CRA 2 * Remove unused deps * Remove array * Add @babel/runtime as dependency for babel-preset-razzle (jaredpalmer#845) * Close jaredpalmer#875. Only create one server watcher during development * Bump file-loader to v3 * Remove yarn.lock * Add @babel/core to razzle preset * Upgrade react-loadable example * v3.0.0-alpha.1 * fix: launchEditorEndpoint warning (jaredpalmer#877) * v3.0.0-alpha.2 * Bump bs-platform in reason-react example * Bump some deps * Remove dead code * Upgrade to webpack-dev-server 3. Drop speedy fork * [v3] Create razzle-plugin-eslint (jaredpalmer#888) * Remove eslint handling from razzle-plugin-typescript * Remove parts from docs mentioning eslint * Move eslint specific code over to razzle-plugin-eslint * Add a temporary eslint-plugin-react setting * Update to the latest eslint packages as defined in react-scripts * Add globalSetup, globalTeardown and moduleDirectories as jest options (jaredpalmer#903) * add globalSetup, globalTeardown and moduleDirectories to jest allowed * rerun tests
- Loading branch information
1 parent
43160eb
commit b089543
Showing
72 changed files
with
7,359 additions
and
7,770 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
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 |
---|---|---|
@@ -1,6 +1,8 @@ | ||
{ | ||
"presets": [ | ||
"razzle/babel", | ||
"stage-0" | ||
"razzle/babel" | ||
], | ||
"plugins": [ | ||
"@babel/plugin-proposal-do-expressions" | ||
] | ||
} |
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
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
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
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
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
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
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
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
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
], | ||
"plugins": [ | ||
[ | ||
"transform-react-jsx", | ||
"@babel/plugin-transform-react-jsx", | ||
{ | ||
"pragma": "h" | ||
} | ||
|
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.