- 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 3 commits
-
-
Dan Abramov authored
-
Dan Abramov authored
-
Keyan Zhang authored
-
- 21 Jul, 2016 2 commits
-
-
Dan Abramov authored
Local npm start and npm run build got broken by #33
-
Dan Abramov authored
* Make errors and warnings nicer * Fix license stripping to not be eager * Minor tweaks
-
- 20 Jul, 2016 3 commits
-
-
Dan Abramov authored
Inspired by react-boilerplate setup
-
Dan Abramov authored
Fixes #31
-
Dan Abramov authored
This ensures errors are not tolerated. Otherwise, Webpack just builds an empty bundle.
-
- 19 Jul, 2016 2 commits
-
-
Dan Abramov authored
* Use a custom eslint rule list * Sort rules * Relax some rules
-
Dan Abramov authored
-
- 18 Jul, 2016 2 commits
-
-
Jonny Buchanan authored
* Strip comments from the production build * Add screw_ie8 options to UglifyJsPlugin
-
Dan Abramov authored
-