Federico Zivolo
f8e1501835
add LICENSE file ( #79 )
2019-04-08 11:06:01 -05:00
Federico Zivolo
c088d01865
Merge pull request #72 from onlyling/master
...
Update(README.md): TypeScript with Less
2019-03-27 17:39:14 +01:00
LING_ZI_QING
3f918ba2c7
Update readme.md
...
Formatting code
2019-03-27 23:33:25 +08:00
LING_ZI_QING
2d4c8d84d4
Update(README.md): TypeScript with Less
...
CRA create TypeScript project, not find `.module.less` module.
2019-03-19 16:28:11 +08:00
LING_ZI_QING
4b79898fde
Merge pull request #3 from arackaf/master
...
Update(*): from arackaf customize-cra
2019-03-19 16:16:05 +08:00
Federico Zivolo
d000b48120
Merge pull request #70 from liyuanqiu/revert-69-master
...
Revert "addWorkerLoader"
2019-03-13 12:36:04 +01:00
liyuanqiu
969ffaeb39
Revert "addWorkerLoader"
2019-03-13 19:34:25 +08:00
Federico Zivolo
e8d772708b
feat: new addWorkerLoader
2019-03-13 12:16:22 +01:00
liyuanqiu
2e6b755635
Add doc for addWorkerLoader
2019-03-13 18:01:37 +08:00
liyuanqiu
af7e91a87a
add 'addWorkerLoader'
...
add 'addWorkerLoader'
2019-03-13 17:40:04 +08:00
Federico Zivolo
0c7e353243
Merge pull request #65 from lf7817/patch-1
...
fix typo
2019-03-02 16:03:22 +01:00
lf7817
9b4205dcff
fix typo
2019-03-02 17:10:30 +08:00
Adam.Rackis
be759bd5d7
Push new version
2019-02-26 11:08:51 -06:00
Federico Zivolo
01057dfd47
Merge pull request #59 from onlyling/master
...
update readme.md about addLessLoader
2019-02-22 09:10:21 -08:00
mushan0x0
882dbb1aca
Add tslint loader ( #57 )
...
* add 'addTslintLoader'.
* update readme.
2019-02-22 10:39:52 -06:00
Idan Entin
441abd91df
Fix typo ( #63 )
2019-02-22 10:38:47 -06:00
Federico Zivolo
1b1b3671b9
Merge pull request #60 from vferdiansyah/add-webpack-resolve
...
add function to add webpack resolve and updates readme accordingly
2019-02-15 08:40:54 -08:00
Veri Ferdiansyah
216591ac39
add function to add webpack resolve and updates readme accordingly
2019-02-15 18:20:31 +07:00
LING_ZI_QING
745c6bf62c
update readme.md about addLessLoader
...
about CSS Modules.
2019-02-14 16:37:27 +08:00
LING_ZI_QING
83ff9ad011
Merge pull request #2 from arackaf/master
...
feat: removeModuleScopePlugin (#55 )
2019-02-14 16:29:13 +08:00
Federico Zivolo
1b4eaccdb4
feat: removeModuleScopePlugin ( #55 )
2019-02-08 12:59:04 -06:00
Ling ZiQing
20435f18a5
Merge pull request #1 from arackaf/master
...
update fork
2019-02-01 01:46:26 +08: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
Ling ZiQing
52dda13779
add CSS Modules
...
`.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-23 14:39:26 +08: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