Skip to content

Conversation

@joeycozza
Copy link

merging upstream changes from facebook

Timer and others added 30 commits November 2, 2018 18:04
Fix public folder documentation link
* Rename production configuration * Upgrade lint staged * Merge mode, bail, devtool, and entry * Merge output settings * Remove old comment * Merge some trivial differences * Disable minimize in development mode * Only minify html and generate SW in production * Adjust comment * Toggle development plugins * Add missing imports * Scope settings * Delete development config * Use new config file * Remove unnecessary config import
* Suggest Encore when not building a SPA with Symfony * Update README.md
* add pr badge 🎉 * add rounded badge 💥 * Update README.md
Reduce two-step install to just one step (per the latest storybook docs) Change (i) `npm install -g @storybook/cli` and (ii) `sb init` to `npx -p @storybook/cli sb init` Refs: https://storybook.js.org/basics/quick-start-guide/
* extra polyfills must be included manually, fixes facebook#5795 * make note italicized
Create React Native App (https://github.com/react-community/create-react-native-app ) has been archived by the owner. It is now read-only.
) * update named-asset-import babel plugin * add tests to named-asset-import plugin * add more plugin test * extract generateNewSource method, renaming variables * extract replaceNotVisitedSpecifiers for export and import visitors * remove visited list update from importDeclaration * renaming methods and removing return directly instead of saving
* Add allowESModules option to babel-preset-react-app * changes after feedback * Apply suggestions from code review Co-Authored-By: Pajn <rasmus@eneman.eu>
This allows us to leave the import in the code, and webpack will still tree shake it out
* Fix TypeScript decorator support * Update babel flow override * WIP
ManoelLobo and others added 29 commits December 8, 2018 09:02
* add webp support for typescript * moved webp declaration below png
 - babel-plugin-named-asset-import@0.3.0 - babel-preset-react-app@7.0.0 - create-react-app@2.1.2 - eslint-config-react-app@3.0.6 - react-app-polyfill@0.2.0 - react-dev-utils@7.0.0 - react-error-overlay@5.1.1 - react-scripts@2.1.2
"on" value of "autoprefixer grid" is kinda deprecated. It's better to use "autoplace" or "no-autoplace" instead. https://github.com/postcss/autoprefixer#options "autoplace" enables PostCss' autoplace polyfill for ie and makes prefixes, "no-autoplace" only makes prefixes https://github.com/postcss/autoprefixer#does-autoprefixer-polyfill-grid-layout-for-ie
Add a note that it will work in IDE with 2.0.3 and later
* Generalize the adding bootstrap documentation * Update adding-bootstrap.md * Update adding-bootstrap.md * Update adding-bootstrap.md
<!-- Thank you for sending the PR! If you changed any code, please provide us with clear instructions on how you verified your changes work. Bonus points for screenshots! Happy contributing! -->
* Update webpack-dev-server 3.1.9 -> 3.1.14
pulling changes from upstream
merged the i18n stuff into the singular webpack.config.js file
@joeycozza joeycozza merged commit 7c9fa13 into frontierMaster Jan 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment