Commit Graph

415 Commits

Author SHA1 Message Date
Barthélémy Ledoux d14d4e693c fix: allow relative baseUrl other than ./ (#2168) 2018-08-13 12:14:18 -04:00
Evan You 7ec466dd6a chore: fix typo [ci skip] 2018-08-10 09:32:05 -04:00
Evan You 2953e2214a refactor: validate webpack config in serve as well + warn publicPath config error 2018-08-09 23:26:29 -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 fff62f7a73 refactor: enable dev config in more cases 2018-08-08 10:18:48 -04:00
Evan You 327d041ea7 fix: avoid os.cpus() error in certain envs
close #2110
2018-08-08 09:55:47 -04:00
Evan You 9e4d62cc80 fix: ensure consistent build hash with different project locations 2018-08-07 17:36:11 -04:00
Evan You 87cc98ac1e chore: check file existence first in MovePlugin 2018-08-06 22:19:10 -04:00
Evan You ec508c7004 ci: fix index.html moving 2018-08-06 22:17:31 -04:00
Evan You 4220835fa1 fix(css): fix importLoaders which only applies to plain CSS imports
close #2055
2018-08-06 21:51:47 -04:00
Evan You 68aaa8fd7d fix(pwa): workaround index sw manifest path when using relative indexPath
close #2007
2018-08-06 21:30:55 -04:00
Wu Wenbin a23dd19389 docs: fix typo (#2076) [ci skip] 2018-08-05 23:30:31 -04:00
Evan You 3894a4aba1 feat: respect devServer field in webpack config as well
close #2053
2018-08-03 11:06:26 -07:00
Evan You 495c25a019 fix: defensive html chunk sorting
close #1993
2018-07-31 11:41:05 -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 352d3bbcbe fix: ensure entry chunk is placed last for CSS overrides 2018-07-30 16:31:16 -04:00
Evan You 92473e9f21 refactor: extract asset path logic 2018-07-30 15:37:09 -04:00
Vicey Wang ce7b394560 feat: add filenameHashing option (#1980) 2018-07-30 15:30:30 -04:00
Evan You cf6290f778 fix(serve): use explicit sockjs url unless inside a container
close #1974
2018-07-28 18:31:27 -04:00
Guillaume Chau 1c5fdd0184 feat: hasPlugin matches router or vuex 2018-07-28 01:32:49 +02:00
Rodrigo Pedra Brum ae1817a769 fix: typo (#1965)
Fixes typo in console.log output when the build is the first build
(direcotry => directory)
2018-07-27 20:12:43 +02:00
Evan You ed0315a5d4 feat(serve): detect and add tip when running inside container 2018-07-27 11:21:45 -04:00
Evan You da38ed4a27 fix: fix hmr in docker + support devServer.public with protocol 2018-07-27 10:57:05 -04:00
花裤衩 4b5a63441b fix: avoid hash collisions (#1959) 2018-07-27 07:07:11 -05:00
Evan You b9ecb90476 feat: support specifying index output path via indexPath option 2018-07-26 22:14:49 -04:00
Evan You e7602abf46 fix: fix absolute path for outputDir option 2018-07-26 22:13:43 -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 625d541715 refactor: improve chunk name aesthetics 2018-07-26 17:12:36 -04:00
Evan You 05079e30a0 chore: improve build message 2018-07-26 16:55:56 -04:00
Evan You db2636151c fix(build): ensure consistent chunk id for async chunks
close #1916
2018-07-26 16:40:31 -04:00
Evan You 80376470df chore: add warning when using --modern with non app build
ref #1940
2018-07-26 16:05:37 -04:00
Hiển Đào Vinh 6c966f46bb feat(build): set output target before configureWebpack, close #1941 (#1943) 2018-07-25 11:51:54 -05:00
Evan You ccc90c9800 feat(serve): allow specifying public network url via command line 2018-07-24 11:01:39 -04:00
Evan You 3bddab93cd chore: show network unavailable for explicit localhost 2018-07-24 11:01:39 -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
Evan You 10aa99641b fix(web-component): fix multiple wc-async bundles on the same page
close #1150
2018-07-20 11:36:18 -04:00
Evan You dcf9931809 fix(build): respect productionSourceMap option for all targets
close #1898
2018-07-20 10:09:17 -04:00
Evan You 744c375fba fix: disable chunk sorting in html-webpack-plugin
close #1669
2018-07-17 23:04:03 -04: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
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
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 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
Payton Burdette 153c418555 feat: vue config command (#1554)
* fixed broken plugin dev link on contributing guide

* feat(cli-service): vue config command added

* feat(cli-service): vue config command added

* feat(cli-service): added config commands get and delete

* feat(cli-service): added vue edit command and opn dependcy

* feat(cli-service): added vue config set command and vue config check

* feat(cli-service): nested path support and command/logs adjustment

* feat(cli-service): command option descriptions updated with preset

* refactor: object get/set/unset

* feat: json option + fs/JSON fixes
2018-07-12 00:36:59 +02:00
snadn b1331ee08d fix: when script has no attributes (#1628)
when use webpack `htmlWebpackIncludeAssetsPlugin` include script. the script has no attributes, and build throw error.
2018-07-11 13:22:11 +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
Roc Wang 78174dc5e8 fix(modern): fix the failure of modern build when the output HTML filename contain subdirectories
fix https://github.com/vuejs/vue-cli/issues/1791
2018-07-11 01:22:27 +02:00