- 02 Sep, 2016 6 commits
-
-
Gael du Plessix authored
-
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 4 commits
-
-
Dan Abramov authored
-
Dan Abramov authored
This makes generators work with Jest. Fixes #255. Replaces #262.
-
Dan Abramov authored
Disabled because of issues: * https://github.com/facebookincubator/create-react-app/issues/525 * https://phabricator.babeljs.io/search/query/pCNlnC2xzwzx/ TODO: Enable again when these issues are resolved.
-
Dan Abramov authored
* Update Jest * Remove default snapshot test * Fix a few things * Add a simple default test * App.spec.js -> App.test.js * Fix e2e test * Bump Jest
-
- 31 Aug, 2016 2 commits
-
-
Sophia authored
-
Cory House authored
-
- 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.
-
- 25 Aug, 2016 1 commit
-
-
Kristóf Poduszló authored
* Started using babel-preset-latest * Updated babel dependencies * Remove redundant babel-plugin-syntax-async-functions * Disabled redundant regenerator transform
-
- 23 Aug, 2016 1 commit
-
-
Felipe Moyano authored
-
- 22 Aug, 2016 1 commit
-
-
Robin Ricard authored
This rule is considered dangerous in certain situations. This is especially true for Immutable.js users. See the discussion at issue #465 for more information about this.
-
- 18 Aug, 2016 1 commit
-
-
Gregory Shehet authored
* add off font format to loaders * add otf format support
-
- 15 Aug, 2016 1 commit
-
-
Arunoda Susiripala authored
This will work correctly when there are duplicate filenames in different paths. Fixes: #445
-
- 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
-
- 08 Aug, 2016 1 commit
-
-
Dan Abramov authored
-
- 05 Aug, 2016 2 commits
-
-
Dan Abramov authored
Disable timer mocking and enable verbose output.
-
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 2 commits
-
-
Eli Perelman authored
-
Dan Abramov authored
Fixes #186
-
- 02 Aug, 2016 2 commits
-
-
Ville Immonen authored
* Transform async functions with regenerator Remove `transform-async-to-generator`, which to my understanding is meant to be used in environments that support generators natively. Because we're compiling generators to ES5 anyway, we can simply use `regenerator` to transform async functions too, which results in slightly simpler output and only uses the regenerator runtime instead regenerator runtime + _asyncToGenerator Babel helper. * Add babel-plugin-transform-regenerator * Use dependencies with an exact version
-
Dan Abramov authored
* Make Babel config more verbose and simpler * Support async/await
-
- 01 Aug, 2016 1 commit
-
-
Christoph Pojer 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 3 commits
-
-
Alex Zherdev authored
-
Dan Abramov authored
* Use /static paths for assets * Fix e2e test
-
Dallon Feldner authored
* Symlink-friendly path resolution I was having difficulties using a local copy of `react-scripts` and `npm link`ing it into a real world project. This change resolves paths relative to the current working directory (that is, most likely the directory of the app) rather than assuming a certain directory structure. * Fix relative paths in post-eject case because I'm an idiot * Renamed resolveLib to resolveOwn
-
- 28 Jul, 2016 5 commits
-
-
Konstantin Tarkus authored
-
Dan Abramov authored
This is the one people are converging on, and flow-vars may get deprecated.
-
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
-
Dan Abramov authored
-
Dan Abramov authored
Fixes #260
-