Guillaume Chau
855da76170
fix(webpack dashboard): support any command for mode
2018-08-30 13:28:08 +02:00
The Jared Wilcurt
ff57b8f55f
fix: names of Sass and Less ( #2384 )
...
* Sass, not SASS
* Update cssPreprocessors.spec.js
2018-08-29 10:25:09 +02:00
Alexey Pyltsyn
cd619e70d4
fix: spelling of TypeScript ( #2389 )
2018-08-29 10:21:09 +02:00
dailynodejs
53509e115f
[polish] word mistake ( #2331 )
...
polish registry word mistake
2018-08-23 17:41:56 +09:00
Guillaume Chau
4acf48da10
chore: update to latest apollo
2018-08-23 02:20:24 +02:00
Guillaume Chau
f2614103a1
fix(plugin api): IPC now namspaced per project by default, closes #2189
2018-08-23 00:57:47 +02:00
Guillaume Chau
8dd0b11747
fix: expire env maps, closes #1906
2018-08-23 00:12:22 +02:00
Hugo Alliaume
a115151027
docs(cli-ui): add more notes for local development ( #2281 )
...
* docs(cli-ui): add some more user-friendly notes
* docs(cli-ui): add notes about running E2E tests locally
* chore(docs:cli-ui): cr/wording
* chore(docs:cli-ui): revert some changes, remove additionnal command for tests
* chore(docs:cli-ui): commands for cli-ui-addon-wepack
2018-08-22 23:11:40 +02:00
Bogdan Luca
bf91533c57
fix(cli-ui): ignore "false" ENOENT errors on Windows ( #2294 )
2018-08-21 16:36:51 +02:00
Haoqun Jiang
78c6877294
fix: fix hmr compatibility with worker-loader ( #2286 )
...
closes #2276
2018-08-20 11:39:07 -04:00
Evan You
d9c6ebe45f
docs: follow up for #2269 [ci skip]
2018-08-20 11:32:59 -04:00
Haoqun Jiang
ecb8c1801f
fix: support generator/index.js in local presets ( #2263 )
...
fixes #2172
2018-08-20 11:31:04 -04:00
Evan You
b81d11e20c
fix: also lint nested js files starting with dot
2018-08-18 15:50:15 -04:00
Evan You
6bdf7040d4
chore: remove unnecessary rules for unit test eslint config
2018-08-18 15:44:33 -04:00
Evan You
b62c6ba7f2
fix: ensure unit test examples work in projects created with --bare
...
close #2262
2018-08-18 15:41:44 -04:00
Evan You
a024513bcc
docs: fix scss example typo
...
close #2272
2018-08-18 15:10:14 -04:00
Evan You
5999e09945
chore: update package readme docs links [ci skip]
2018-08-18 11:45:02 -04:00
Evan You
1973e2de2c
fix: fix extracted css publicPath for target --lib
...
close #2260
2018-08-17 10:04:17 -04:00
Evan You
b1f3a4caa7
fix(cli-service): treat specific flags as boolean only
...
close #2258
2018-08-17 09:41:53 -04:00
Evan You
403727e7a8
chore: publish missing packages [ci skip]
2018-08-16 14:16:48 -04:00
Alexander Sokolov
26f87bb7ec
docs: [RU] Translation done ( #2227 )
2018-08-16 13:41:20 -04:00
Evan You
3b9ecf38fb
docs: merge branch 'docs' into dev [ci skip]
2018-08-16 12:20:15 -04:00
Evan You
dc5505725e
chore: 3.0.1 changelog [ci skip]
2018-08-16 12:12:09 -04:00
Evan You
2669008ea2
v3.0.1
v3.0.1
2018-08-16 12:10:33 -04:00
Evan You
d5fc227dc7
chore: pre release sync
2018-08-16 12:10:26 -04:00
Evan You
6d64750bc0
fix: temporary fix core-js dep for vue ui
...
close #2215
2018-08-16 12:09:21 -04:00
Evan You
1f0c8e935e
fix: work around url-loader 1.1.0 regression
...
close #2242
2018-08-16 10:15:47 -04:00
Evan You
7e1862ffdd
fix(typescript): fix typescript + multi-page build
...
close #2179 , #2193
2018-08-15 18:34:55 -04:00
Evan You
b132a3b313
chore: remove outdated warning
2018-08-15 18:34:55 -04:00
Evan You
a2c767efc4
fix: minify embedded CSS with extract: false
...
close #2214
2018-08-15 18:34:55 -04:00
Evan You
8dfa2907a7
refactor: generate postcss.config.js instead of .postcssrc.js
2018-08-15 18:34:55 -04:00
Evan You
8189f201c3
fix(eslint): lint command should also lint config files starting with dot
...
close #2228
2018-08-15 18:34:55 -04:00
Evan You
1892bcc251
fix(generator): handle directories starting with dot
...
close #2222
2018-08-15 18:34:55 -04:00
Evan You
1e7fa2cf46
fix: fix css output location for relative baseUrl + more details in docs
2018-08-15 18:34:26 -04:00
Chuck C. Chao
ca1630d396
docs: update Firebase deployment example ( #2216 ) [ci skip]
2018-08-14 20:42:38 -04:00
Evan You
478317ba0e
test: avoid throwing in afterAll hooks
2018-08-14 11:10:02 -04:00
Gavin Gong
f92ffe11b3
docs: fix typo & tweak link name ( #2212 ) [ci skip]
2018-08-14 10:36:20 -04:00
Evan You
6010eb22ff
test: fix tests for preserving ruleNames
2018-08-14 10:34:52 -04:00
Evan You
82ded1f648
ci: revert unintended change
2018-08-14 10:25:58 -04:00
Evan You
eb97e48aea
docs: improve parallel option docs [ci skip]
2018-08-14 10:21:42 -04:00
Evan You
2257034141
fix: preserve rule names when configureWebpack is present
...
close #2206
2018-08-14 10:05:25 -04:00
Noel De Martin
a6f1233039
docs: fix grammar typo in plugins-and-presets.md ( #2199 ) [ci skip]
2018-08-14 09:08:20 -04:00
getive
1d34a9d112
docs(zh): fix typo ( #2209 ) [ci skip]
2018-08-14 09:00:10 -04:00
Haoqun Jiang
69a4fb3ad7
fix: inspect --plugins should log plugin names from webpack-merge ( #2201 )
2018-08-14 08:59:44 -04:00
Barthélémy Ledoux
7fd344376e
ci: make matcher more precise ( #2185 )
...
After adding the testMatch parameter,
jest is now picking up files as test suites that it should not:
example:
`cli-plugin-unit-mocha/generator/template/tests/unit/HelloWorld.spec.js`
This commit makes jest match only files in `__tests__`
2018-08-13 16:56:47 -04:00
Barthélémy Ledoux
d14d4e693c
fix: allow relative baseUrl other than ./ ( #2168 )
2018-08-13 12:14:18 -04:00
杨明山
4232cbd211
docs(zh): update webpack.md ( #2177 )
...
Avoid confusion
2018-08-13 12:13:17 -04:00
Haoqun Jiang
4a035e2fc1
fix: upgrade lint-staged to v7.2.2 ( #2183 )
...
closes #2165
2018-08-13 12:12:26 -04:00
Evan You
8d639396fc
refactor: simplify test script
2018-08-13 12:09:30 -04:00
Barthélémy Ledoux
86184fe6c8
ci: add testMatch for skipping mock-preset ( #2170 )
2018-08-13 12:07:02 -04:00