Commit Graph

36 Commits

Author SHA1 Message Date
Thorsten Lünborg
d23e728c32 docs: Document jest's transformIgnorePatterns option to avoid pitfall (#3523) [ci skip] 2019-03-10 22:49:55 +08:00
Haoqun Jiang
e7af0d8fa3 feat: deprecate confusing baseUrl option, use publicPath instead. (#3143)
* feat: deprecate confusing `baseUrl` option, use `publicPath` instead.

* fix: do not touch CHANGELOG.md

* docs: links referring baseUrl now changed to publicPath
2019-01-07 21:20:05 +08:00
Alexey Lebedeff
ea312cfe50 docs: update devServer.proxy documentation (#2968) [ci skip]
So that it'll be obvious that proxies are configured via regexes. Usually it's not noticeable, but the original example becomes problematic when vue-router in history mode is used.

Here is a place where matching happens - 5786e273b2/packages/%40vue/cli-service/lib/util/prepareProxy.js (L69)
2018-11-27 16:45:24 +08:00
Raphael DDL Oliveira
45753bb2f6 docs: update config pages README.md (#2798) [ci skip]
Updates readme to reflect changes done by #2544 (commit 4cabf5e8c7 ). 
Not sure if properly worded but with that changes, fares an explanation that any other properties will also get passed along to `html-webpack-plugin`, not only listed properties.
2018-11-01 22:14:12 +08:00
Evan You
1e7fa2cf46 fix: fix css output location for relative baseUrl + more details in docs 2018-08-15 18:34:26 -04:00
Gavin Gong
f92ffe11b3 docs: fix typo & tweak link name (#2212) [ci skip] 2018-08-14 10:36:20 -04:00
Evan You
eb97e48aea docs: improve parallel option docs [ci skip] 2018-08-14 10:21:42 -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
Alexander Sokolov
2bcbe71fb3 docs: fix typo (#2150) [ci skip] 2018-08-10 09:57:02 -04:00
Evan You
d3a2a96bf3 docs: improve lintOnSave docs [ci skip] 2018-08-10 09:31:20 -04:00
Evan You
55043d310e feat: support Subresource Integrity via integrity option 2018-08-09 01:22:46 -04:00
Evan You
7b39bed188 refactor: use better modern mode and cors implementation
BREAKING CHANGE: The `corsUseCredentials` option has been replaced by the new
`crossorigin` option.
2018-08-08 23:31:13 -04:00
Evan You
686ec2591a feat: allow enfoce extract css in development
close #2002

BREAKING CHANGE: setting css.extract to true will now force extraction in development
2018-07-31 11:07:42 -04:00
Evan You
77f7f9ac77 docs: filenameHashing 2018-07-30 16:01:15 -04:00
Evan You
b9ecb90476 feat: support specifying index output path via indexPath option 2018-07-26 22:14:49 -04:00
Evan You
ee82c3e53e refactor: only place css at root when using relative baseUrl 2018-07-26 17:15:38 -04:00
Evan You
8415622f28 feat(build): allow specifying chunks in multi-page mode
close #1923
2018-07-23 13:49:21 -04:00
Evan You
30215c2819 feat: add corsUseCredentials option
This allows the user to configure which CORS strategy to use
for <script type=module> in modern mode.

close #1867
2018-07-23 13:04:48 -04:00
Gérard Mathiuet
7c7ca9f30c docs: Fix typo: directory → directly (#1851) 2018-07-17 15:25:56 -04:00
Alexander Sokolov
63ff8c1b4b docs: use relative links (#1844) 2018-07-13 17:56:29 -04:00
Thorsten Lünborg
47fb3b8189 docs(css.extract): Explain "always-off" in development mode (#1840) [ci skip]
closes #1801
2018-07-13 16:40:26 +02:00
Guillaume Chau
2a5d32160f docs: structure rework [ci skip] 2018-07-13 16:39:43 +02:00
Matt Thomas
fdb51e1347 docs: fix title level (#1818)
* Update README.md

* Add warning about modern mode not working when the html-webpack-plugin is disabled

* Fix typo

Corrects the header level of the final section
2018-07-11 23:02:08 +02:00
Matt Thomas
c6b06ec748 docs: Add configuration examples section (#1779)
* Update README.md

* Add warning about modern mode not working when the html-webpack-plugin is disabled
2018-07-11 01:32:48 +02:00
posrix
67298808cd feat: pages support title option (#1619)
* pages support title option

* docs: pages `title` option
2018-07-11 01:29:30 +02:00
Alexandru Bucur
c93c639e81 docs: assetsDir is ignored when using custom filenames (#1757)
trying to cover #1753 with this explanation
2018-07-04 20:04:59 +02:00
Thorsten Lünborg
d5fc24f707 docs: Document lintOnSave: 'error' option (#1755)
* Document lintOnSave: 'error' option

fix #1719

* Missing dot
2018-07-04 17:42:52 +02:00
Evan You
2eabc1494b chore: add bit sponsor placement 2018-07-01 10:31:22 -04:00
Alex Rohleder
6e690f355a docs: fix typo (#1556) 2018-06-13 11:07:40 +02:00
Evan You
445d96e0df chore: remove temp file 2018-06-08 00:11:46 -04:00
Evan You
fb97646ee5 docs: more content 2018-06-08 00:10:35 -04:00
Evan You
726aebdda5 docs: wip 2018-06-07 23:20:51 -04:00
Evan You
999cbe4cde docs: wip 2018-06-07 15:39:34 -04:00
Evan You
97787947b9 docs: wip 2018-06-07 13:24:59 -04:00
Mix
f87d91811c docs: added example with loader GraphQL (#1501) 2018-06-07 09:45:14 -04:00
Evan You
4e922055e4 docs: wip 2018-06-05 14:50:04 -04:00