- 23 Sep, 2016 1 commit
-
-
Dan Abramov authored
-
- 22 Sep, 2016 2 commits
-
-
Dan Abramov authored
Fixes #410, #674
-
Dan Abramov authored
-
- 21 Sep, 2016 1 commit
-
-
Ville Immonen authored
* Move ESLint configuration to a separate package * Remove the ESLint configuration, moved to eslint-config-react-app * Update ESLint instructions * Pin the package versions in eslint-config-react-app * Add a README for eslint-config-react-app * Update README.md * Update README.md * Update README.md * Update README.md * Update package.json * Update package.json * Update production eslint-loader config * Add the ESLint config to devDependencies of the repo
-
- 19 Sep, 2016 1 commit
-
-
Ville Immonen authored
-
- 18 Sep, 2016 2 commits
-
-
Dan Abramov authored
-
Vincent Taing authored
-
- 17 Sep, 2016 1 commit
-
-
Dan Harper authored
-
- 11 Sep, 2016 1 commit
-
-
Marek Suscak authored
-
- 03 Sep, 2016 1 commit
-
-
Jeremy Gayed authored
* Adds JSX extension support * PR changes * Add testRegex * Add note about not recommending JSX, link to issue
-
- 02 Sep, 2016 5 commits
-
-
Dan Abramov authored
-
Jimmy Miller authored
-
Jimmy Miller authored
env.js is only for variables injected into the app.
-
Jimmy Miller authored
Fixes: #253
-
Jiansen HE authored
tagging dev-only code (@remove-on-publish-begin/end) and pre-eject-only code (@remove-on-eject-begin/end) #257 (#257)
-
- 01 Sep, 2016 1 commit
-
-
Dan Abramov authored
This makes generators work with Jest. Fixes #255. Replaces #262.
-
- 28 Aug, 2016 1 commit
-
-
Ville Immonen authored
Remove the `include` setting from webpack loaders for CSS, JSON and other static assets. This way it's possible to import files from a separate config folder, a parent directory etc.
-
- 23 Aug, 2016 1 commit
-
-
Felipe Moyano authored
-
- 18 Aug, 2016 1 commit
-
-
Gregory Shehet authored
* add off font format to loaders * add otf format support
-
- 12 Aug, 2016 1 commit
-
-
Andrey Popp authored
* Load favicon through html-loader. Fixes #291. * Add test for *.ico in e2e test suite * Configure html-loader to process <link href="..."> * Address feedback on html-loader inclusion. * Place favicon.ico at the root of the build dir * Make comment style consistent between prod and dev webpack configs * Fix html-loader config in dev mode
-
- 09 Aug, 2016 1 commit
-
-
Luigi Maselli authored
-
- 05 Aug, 2016 1 commit
-
-
Dan Abramov authored
Fixes #377
-
- 04 Aug, 2016 3 commits
-
-
Dan Abramov authored
-
Dan Abramov authored
-
Kristóf Poduszló authored
* Added a reasonable config for autoprefixer (resolves #73) * Moved autoprefixer config to webpack.config
-
- 03 Aug, 2016 1 commit
-
-
Eli Perelman authored
-
- 30 Jul, 2016 1 commit
-
-
Alex Zherdev authored
* Accept version when loading fonts e.g. font-awesome * Add query string support to mp4/webm
-
- 29 Jul, 2016 1 commit
-
-
Dan Abramov authored
* Use /static paths for assets * Fix e2e test
-
- 28 Jul, 2016 2 commits
-
-
Konstantin Tarkus authored
-
Dan Abramov authored
This enables us to ship them now, and find a way to resolve runtime path without webpack later. See https://github.com/facebookincubator/create-react-app/issues/255
-
- 27 Jul, 2016 2 commits
-
-
Dan Abramov authored
Some libraries rely on it, and they work fine with browserify. Let’s just do the right thing here by default.
-
Dan Abramov authored
-
- 26 Jul, 2016 1 commit
-
-
Dan Abramov authored
-
- 25 Jul, 2016 2 commits
-
-
Dan Abramov authored
-
breaddevil authored
update webpack css include path, allow files to be loaded from the project root node_modules folder. (#178)
-
- 24 Jul, 2016 2 commits
-
-
Dan Abramov authored
* Provide instructions on GH Pages deploy * Add docs for GH Pages deployment * Prevent incorrect paths in file-loader * Minor message tweaks * Update README.md * Fix relative paths
-
Donald Hruska authored
* Don't assume the project is hosted at the root * Require package.json in webpack.config.prod.js and use homepage if set; otherwise use '/' * Fix package.json path and add sample package.json for tests * Update publicPath to use relative path portion of URL defined in homepage * Update successful bundle generation message * Show bundle generation success message based on presence of homepage in package.json
-
- 23 Jul, 2016 1 commit
-
-
Glenn Reyes authored
* Resolve imported CSS files from anywhere * Resolve imported CSS files from src and node_modules folder only Closes #103
-
- 22 Jul, 2016 2 commits
-
-
Dan Abramov authored
-
Dan Abramov authored
-