An error occurred while fetching the assigned milestone of the selected merge_request.
docusaurus
docs
README.md +3 -0
getting-started.md +119 -0
user-guide.md +7 -0
website
core
Footer.js +101 -0
i18n
en.json +34 -0
pages/en
index.js +193 -0
static
css
custom.css +16 -0
img
favicon
favicon.ico +0 -0
docusaurus.svg +1 -0
logo-og.png +0 -0
oss_logo.png +0 -0
README.md +144 -0
package.json +14 -0
sidebars.json +6 -0
siteConfig.js +83 -0
yarn.lock +5773 -0
fixtures
output
webpack-message-formatting
index.test.js +0 -157
jest.config.js +0 -5
setupOutputTests.js +0 -6
smoke
boostrap-sass
public
index.html +0 -9
index.test.js +0 -17
builds-with-multiple-runtimes
public
index.html +0 -9
index.test.js +0 -17
graphql-with-mjs
public
index.html +0 -9
src
App.js +0 -20
index.test.js +0 -17
issue-5176-flow-class-properties
public
index.html +0 -9
index.test.js +0 -13
relative-paths
public
index.html +0 -9
index.test.js +0 -37
setupSmokeTests.js +0 -10
utils.js +0 -145
packages
babel-plugin-named-asset-import
package.json +1 -1
babel-preset-react-app
README.md +2 -2
create.js +3 -1
dependencies.js +4 -0
package.json +2 -2
confusing-browser-globals
README.md +1 -4
package.json +1 -1
create-react-app
README.md +2 -2
createReactApp.js +44 -1
package.json +3 -2
yarn.lock.cached +9694 -0
eslint-config-react-app
README.md +17 -17
package.json +2 -2
react-app-polyfill
package.json +1 -1
react-dev-utils
FileSizeReporter.js +4 -4
launchEditor.js +4 -2
package.json +2 -2
react-error-overlay
package.json +4 -4
react-scripts
config
webpack.config.dev.js +8 -16
webpack.config.prod.js +28 -26
fixtures/kitchensink
README.md +9 -10
scripts
utils
createJestConfig.js +16 -2
verifyPackageTree.js +16 -7
test.js +22 -1
template
public
index.html +1 -1
src
serviceWorker.js +18 -14
README.md +209 -44
README.md +2 -2
package.json +7 -7
tasks
compile-lockfile.js +49 -0
e2e-behavior.sh +3 -5
publish.sh +1 -1
test
fixtures
__shared__
template/public
index.html +0 -0
util
scripts.js +113 -0
setup.js +104 -0
test-setup.js +21 -0
boostrap-sass
src
index.js +0 -0
index.sass +0 -0
.disable-pnp +0 -0
index.test.js +16 -0
package.json +0 -0
builds-with-multiple-runtimes
src
index.js +0 -0
index.test.js +10 -0
package.json +1 -0
issue-5176-flow-class-properties
src
App.js +0 -0
App.test.js +0 -0
index.test.js +8 -0
package.json +0 -0
mjs-support
__snapshots__
index.test.js.snap +5 -0
src
App.js +63 -0
index.js +0 -0
index.test.js +43 -0
package.json +3 -1
relative-paths
src
index.css +0 -0
index.js +0 -0
logo.svg +0 -0
index.test.js +25 -0
package.json +0 -0
webpack-message-formatting
__snapshots__
index.test.js.snap +11 -11
src
AppAliasUnknownExport.js +0 -0
AppBabel.js +0 -0
AppCss.css +0 -0
AppCss.js +0 -0
AppIncorrectCase.js +0 -0
AppLintError.js +0 -0
AppLintWarning.js +0 -0
AppMissingPackage.js +0 -0
AppNoDefault.js +0 -0
AppOutOfScopeImport.js +0 -0
AppSass.js +0 -0
AppSass.scss +0 -0
AppUnknownExport.js +0 -0
AppUnknownFile.js +0 -0
Export5.js +0 -0
ExportNoDefault.js +0 -0
FooExport.js +0 -0
index.js +0 -0
.disable-pnp +0 -0
index.test.js +136 -0
package.json +0 -0
README.md +45 -0
jest.config.js +3 -2
.travis.yml +1 -1
CHANGELOG-0.x.md +1 -1
CHANGELOG-1.x.md +1872 -0
CHANGELOG.md +626 -1672
CONTRIBUTING.md +29 -12
README.md +37 -35
package.json +6 -4
docusaurus/docs/README.md
0 → 100644
+ 3
- 0
docusaurus/docs/getting-started.md
0 → 100644
+ 119
- 0
**You’ll need to have Node >= 6 on your local development machine** (but it’s not required on the server). You can use [nvm](https://github.com/creationix/nvm#installation) (macOS/Linux) or [nvm-windows](https://github.com/coreybutler/nvm-windows#node-version-manager-nvm-for-windows) to easily switch Node versions between different projects.
docusaurus/docs/user-guide.md
0 → 100644
+ 7
- 0
docusaurus/website/core/Footer.js
0 → 100644
+ 101
- 0
docusaurus/website/i18n/en.json
0 → 100644
+ 34
- 0
docusaurus/website/pages/en/index.js
0 → 100755
+ 193
- 0
docusaurus/website/static/css/custom.css
0 → 100644
+ 16
- 0
\ No newline at end of file
+ 0
- 0
24.26 KiB
docusaurus/website/static/img/docusaurus.svg
0 → 100644
+ 1
- 0
Files with large changes are collapsed by default.
docusaurus/website/static/img/logo-og.png
0 → 100644
+ 0
- 0

10.50 KiB
docusaurus/website/static/img/oss_logo.png
0 → 100644
+ 0
- 0

4.27 KiB
docusaurus/website/README.md
0 → 100644
+ 144
- 0