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
Alexander Sokolov
d730053b23
Update build-targets.md ( #2157 )
...
https://github.com/vuejs/vue-cli/commit/70160cc268e2b0864a9e226239debd88b3732741#diff-a3b41b526ebd10253d5760e82fdbfe1d
2018-08-12 19:24:03 +09:00
Alexander Sokolov
f42ce1a68b
Fix link in ui-api.md ( #2160 )
...
* Update ui-api.md
* Update ui-api.md
2018-08-12 19:22:58 +09:00
Jitao
5707b0b4ee
docs(zh): fix typo, VUe to Vue ( #2167 )
2018-08-12 19:20:44 +09:00
Evan You
a76bde100b
test: do not call process.exit during tests
2018-08-11 16:11:13 -04:00
Evan You
f83f31a02e
fix: fix local preset inference on Windows
2018-08-11 16:10:57 -04:00
Evan You
d96a794003
fix(eslint): always emit error when lintOnSave === error + improve docs
...
ref #2162
2018-08-11 15:38:43 -04:00
Evan You
ddbb37588e
docs: add a note on polyfills in lib/wc
2018-08-10 14:52:10 -04:00
Evan You
86e3cf2c6f
ci: fix cors spec
2018-08-10 11:27:02 -04:00
Evan You
9cadb8c34d
chore: update readme [ci skip]
2018-08-10 11:12:48 -04:00
Evan You
8f0085233d
chore: 3.0.0 changelog [ci skip]
2018-08-10 11:02:52 -04:00
Evan You
394d534638
v3.0.0
v3.0.0
2018-08-10 11:01:14 -04:00
Evan You
b221b48ca9
chore: pre release sync
2018-08-10 11:01:03 -04:00
Evan You
c4b4bb06a1
docs: improve installation tip + tweaks [ci skip]
2018-08-10 10:43:24 -04:00