Commit Graph

50 Commits

Author SHA1 Message Date
Federico Zivolo
a2e2ff53c8 feat: removeModuleScopePlugin 2019-02-08 11:40:34 +01:00
Adam.Rackis
d6c05669fa new version with last two pr's 2019-01-27 20:17:56 -06:00
Ling ZiQing
2f394f617b add CSS Modules (#51)
`.module.less` will use CSS Modules.
we can custom `localIdentName`.

```javascript
const {
    override,
    addLessLoader
} = require('customize-cra');

module.exports = override(
    addLessLoader({
        localIdentName: '[local]--[hash:base64:5]'
    })
);
```
2019-01-27 20:10:26 -06:00
Jakub Chrzanowski
35f73b6729 useEslintRc - allow to specify eslint config path (#53) 2019-01-27 20:09:00 -06:00
Hadeeb Farhan
9109fcc566 export getBabelLoader (#48) 2019-01-18 13:01:36 -06:00
Adam Rackis
ea2d59d299 release 0.2.9 2019-01-05 22:22:01 -06:00
Shawn
95ea50c8a1 feat: add post-css plugins (#42) 2018-12-20 09:58:11 -06:00
Danylo Markov
75878189d6 Allow .eslintignore files to be used (#43) 2018-12-20 09:57:44 -06:00
Adam Rackis
d0ba14dbe2 disableChunk 2018-12-15 20:23:28 -06:00
Ribhararnus Pracutian
e37ae3a03b Add disableChunk (#41)
* Add `disableChunk`

Function to disable chunk or code splitting, see: https://github.com/facebook/create-react-app/issues/5306 for more info

* fix: export disable chunk function
2018-12-15 20:15:14 -06:00
Adam Rackis
c247b46298 Version bump 2018-11-28 22:41:57 -06:00
Kevin Colten
af8c6f0cf5 Added babel-loader include, babel presets. (#39)
* added babel include

* added babel presets

* cleanup

* added readme
2018-11-28 22:32:06 -06:00
Adam Rackis
f61b852467 Reformat readme with prettier. Fix typo 2018-11-21 22:44:56 -05:00
Graham McGregor
c727acaff4 Add repository field to package.json (#36)
This will populate a link on npm so the github repo is easier to
discover.
2018-11-20 17:16:31 -06:00
Adam Rackis
6156f3d010 Version bump, apply Prettier 2018-11-16 10:01:15 -05:00
Norn Chronos
5da397597b feat: Enable less-loader in cra (#31)
* feat: enable less-loader

* fix a typo in disableEsLint

* Add instruction for enable less feature with customize-cra

* Remove empty space by formatter

* Enable sideEffect in production mode (less-loader)

* Fix wrong index

* Instruction enhancement

* Restore trailing spaces in README
2018-11-16 09:58:34 -05:00
Federico Zivolo
fe3039ce08 feat: add watchAll plugin (#32) 2018-11-16 09:56:57 -05:00
Adam Rackis
a8a435a474 new version 2018-11-11 13:50:11 -05:00
Andrej Naumovski
f6062d3e9d feat: Add enableEslintTypescript helper. (#30)
* feat: Add enableEslintTypescript helper.

* This helper modifies the ESLint loader to process .ts and .tsx files as well.

* Add `enableEslintTypescript` docs.
2018-11-11 13:48:54 -05:00
Adam Rackis
7f660afbfd new version 2018-11-05 13:35:46 -06:00
Federico Zivolo
5445998001 feat: add optional --analyze flag requirement to generate report (#23) 2018-11-04 13:58:33 -06:00
Adam Rackis
db1f0acfb4 More docs tweaks, new version publish 2018-11-02 11:38:38 -05:00
Adam Rackis
2d7bb17c17 Use default Prettier printWidth config 2018-11-02 11:31:55 -05:00
Dalci de Jesus Bagolin
3d006d43e0 Show how to use Eslint with legacy decorators (#26)
* Show how to use Eslint with legacy decorators

* Fix Prettier changes
2018-11-02 11:24:19 -05:00
Federico Zivolo
dfc7335eea feat: add useBabelRc and improved README (#22) 2018-11-02 11:22:49 -05:00
Adam Rackis
9341853c88 docs tweak 2018-10-31 09:42:14 -05:00
Adam Rackis
cc1509dc8f docs updated, version bump 2018-10-29 23:14:21 -05:00
Federico Zivolo
7f0b39f527 feat: add useEslintRc helper (#21)
This helper enables the `useEslintRc` option in ESLint
2018-10-29 23:00:20 -05:00
Kitze
6e30bcaa9b Update index.js (#20) 2018-10-29 10:57:00 -05:00
Adam Rackis
3ae378c867 version bump 2018-10-12 10:30:29 -05:00
Shane Cavaliere
58c2350da0 fix GenerateSW plugin detection (#12) 2018-10-12 07:26:08 -05:00
Haroen Viaene
2e043fe8cb docs(readme): fix small typo (#11) 2018-10-11 07:36:23 -05:00
Adam Rackis
e45576a8d7 Add workbox plugin and tweak docs 2018-10-10 21:12:35 -05:00
Jacob Cofman
8b81e018c7 Add install description (#10)
* add install description

* add link
2018-10-10 08:36:37 -05:00
Adam Rackis
0c57208840 code tweak and version bump 2018-10-06 14:27:11 -05:00
Adam Rackis
83d9f81fbf docs tweak 2018-10-04 09:02:33 -05:00
Adam Rackis
6fe83c71ab docs, tweaks, version bump 2018-10-04 08:52:50 -05:00
Adam Rackis
b81652b90c Babel plugin and version bump 2018-10-04 08:43:52 -05:00
Adam Rackis
5b047842ab Merge pull request #7 from henry-young/master
Allow options to passed to bundle analyzer plugin
2018-10-04 08:42:12 -05:00
Henry Young
6a024399f0 Allow options to passed to bundle analyzer plugin 2018-10-04 11:30:29 +10:00
Adam Rackis
57bb094e14 new api for 0.1.0 2018-10-02 23:24:32 -05:00
Adam Rackis
7810a62591 Merge pull request #3 from rasmusbe/patch-1
Add a link to react-app-rewired in readme
2018-10-02 14:08:47 -05:00
Rasmus
8d3c6aba1e Add a link to react-app-rewired in readme 2018-10-02 21:03:53 +02:00
Adam Rackis
280cee4306 return config object 2018-10-02 08:13:03 -05:00
Adam Rackis
8235d511ff add webpack alias 2018-09-30 21:45:33 -05:00
Adam Rackis
5589a08dd2 More docs tweaks, bump version. 2018-09-28 17:34:20 -05:00
Adam Rackis
3a6536b65b docs tweak 2018-09-28 17:32:00 -05:00
Adam Rackis
e7473506fe Docs added 2018-09-28 17:30:00 -05:00
Adam Rackis
3fa7ad836d initial plugins 2018-09-28 15:22:45 -05:00
Adam Rackis
5409cfb01c Commit package.json file 2018-09-28 15:02:43 -05:00