Commit Graph

1270 Commits

Author SHA1 Message Date
Evan You
967f99abc0 fix(create): fix force git init 2018-07-20 10:33:18 -04:00
Evan You
dcf9931809 fix(build): respect productionSourceMap option for all targets
close #1898
2018-07-20 10:09:17 -04:00
Haoqun Jiang
7e6c37c09b fix(create): fix shouldInitGit check (#1901)
Also improve skip git flag description (`--git false` -> `--no-git`)
2018-07-20 06:38:07 -07:00
Guillaume Chau
3936dfc77a fix(tasks): parameters 2018-07-20 08:52:34 +02:00
Guillaume Chau
d24c7bb10a refactor(plugin api): scope shared data per-project 2018-07-20 08:39:38 +02:00
Guillaume Chau
ca7ad70417 fix: typo 2018-07-20 08:38:10 +02:00
Guillaume Chau
f4aa40dbc1 fix(pwa): wrong config, closes #1890 2018-07-20 07:33:46 +02:00
Evan You
a352bdc4da fix(typescript): default esModuleInterop to true
close #1895
2018-07-19 18:21:05 -04:00
Evan You
75eb5b1711 fix: plugin generator should be optional
close #1896
2018-07-19 18:14:56 -04:00
Evan You
4b4e4609e5 perf: improve CLI startup performance 2018-07-19 16:41:10 -04:00
Evan You
cd88cfa1e4 feat(unit-jest): run jest in the same process
This allows vue-cli-service test:unit to be debugged via node inspector.
2018-07-18 17:12:17 -04:00
Evan You
e33b04c306 feat(plugin-api): prompts.js can now export a function which receives package info 2018-07-18 16:51:13 -04:00
Evan You
ba4d0f285b refactor(generator): ensure proper deep merge of array values in api.extendPackage
Also fixes #970 by injecting eslint config when invoking ts plugin in an existing project
with eslint plugin installed.
2018-07-18 16:44:03 -04:00
Evan You
d6d2af5628 fix(typescript): fix ts + modern mode
close #1577
2018-07-18 11:26:28 -04:00
Evan You
5d9391e099 chore: mention babel preset usage [ci skip] 2018-07-18 11:23:11 -04:00
Evan You
744c375fba fix: disable chunk sorting in html-webpack-plugin
close #1669
2018-07-17 23:04:03 -04:00
james south
5c90017687 chore: fix typo [ci skip] (#1882)
initialization is misspelled intialization
2018-07-17 22:10:04 -04:00
Serkan Yerşen
87a6272421 fix(create): prioritize preset name present in ~/.vuerc (#1874)
close #1871
2018-07-17 22:09:39 -04:00
Evan You
ce585490c7 fix: infer rootOptions for late invoked generators
close #1820
2018-07-17 17:07:12 -04:00
Evan You
a748c26b63 chore: remove log [ci skip] 2018-07-17 17:00:17 -04:00
Evan You
b916c32a66 chore: improve vue inspect failure message
ref #1805
2018-07-17 16:22:28 -04:00
Evan You
fe117740c4 fix: temporarily disable space-infix-ops for eslint + TS
ref #1672
2018-07-17 15:37:24 -04:00
Guillaume Chau
9a8f49edb6 fix(ipc): check connection 2018-07-17 21:34:32 +02:00
Thorsten Lünborg
8cdc9d122d fix(dev-server): pass 2nd argument to devServer.before (#1854)
closes #1833
2018-07-17 14:40:31 -04:00
Haoqun Jiang
a1097f27e2 fix(create): clear tmpdir before cloning remote preset, fix #1878 (#1880) 2018-07-17 14:40:03 -04:00
Evan You
d26cb864b4 fix(build): avoid default import warning when lib entry has no default export
close #1641
2018-07-17 12:44:25 -04:00
Evan You
369f97238e fix(build): fix global object when building as lib with async chunks
close #1607
2018-07-17 11:54:54 -04:00
Guillaume Chau
7761808561 perf(task): better perceived perf with display priority 2018-07-17 12:58:37 +02:00
troy351
24edd93775 fix(plugin api): cwd is not a function #1876 (#1877) 2018-07-17 12:41:59 +02:00
Guillaume Chau
d30475bf68 feat(task): save/restore params 2018-07-17 12:40:00 +02:00
Guillaume Chau
d442de254f fix(task parameters): revert to a modal 2018-07-17 11:43:23 +02:00
Guillaume Chau
4feddbde9b fix(tasks): unset options 2018-07-17 11:38:25 +02:00
Guillaume Chau
fde3c0ed2c fix: README.md not in initial commit, closes #1869 2018-07-16 22:39:11 +02:00
Guillaume Chau
6e6533c56a v3.0.0-rc.5 2018-07-16 15:51:27 +02:00
Guillaume Chau
71276fdf5a chore: pre release sync 2018-07-16 15:51:21 +02:00
Neil Parley
d3d827c4f8 fix(build): modern plugin when building multi page applications with output in sub directories (#1866) 2018-07-16 14:53:30 +02:00
Guillaume Chau
8a0962457a fix: invalidatePackage arguments 2018-07-15 20:51:31 +02:00
Guillaume Chau
51afe592fa fix: plugin file serve issue 2018-07-15 20:43:19 +02:00
Guillaume Chau
7ebaa8ac9d fix: remove read-pkg 2018-07-15 20:36:33 +02:00
Guillaume Chau
4f910b19f9 fix: update all plugins 2018-07-15 20:14:04 +02:00
Guillaume Chau
d589d35cf1 fix: clearer clone preset option 2018-07-14 17:46:05 +02:00
Guillaume Chau
59838424e1 fix: typo 2018-07-14 17:34:49 +02:00
Guillaume Chau
1ffcb2164a fix(serve): force disable HTTP cache 2018-07-14 17:06:44 +02:00
Guillaume Chau
25171a52cb feat(project-import): loading on import button 2018-07-14 17:01:46 +02:00
Guillaume Chau
9e0b0e183a fix(deps): read-pkg not in direct deps, closes #1846 2018-07-14 13:10:34 +02:00
Guillaume Chau
fc6541fd59 v3.0.0-rc.4 2018-07-13 19:03:31 +02:00
Guillaume Chau
be918080ca chore: pre release sync 2018-07-13 19:03:27 +02:00
Guillaume Chau
eda4ce8839 refactor(ui): use package.json 'vuePlugins.ui' option 2018-07-13 18:06:37 +02:00
Guillaume Chau
08352811e0 feat: local service plugins, closes #1841 2018-07-13 17:39:07 +02:00
Guillaume Chau
d212dcd63e feat: package.json: vuePlugins.resolveFrom option, closes #1815 2018-07-13 17:04:11 +02:00