Commit Graph

435 Commits

Author SHA1 Message Date
Evan You c3d246f7a2 fix: ensure dynamic publicPath is set early in lib/wc mode
fix #1253
2018-05-09 17:41:08 -04:00
Evan You 8b4a112b31 fix: improve error message when entry is missing w/ --target lib
close #1051
2018-05-09 17:29:56 -04:00
Evan You 4c5784da73 feat: expose env variables as root level in index.html template 2018-05-08 16:55:30 -04:00
Evan You 2dcdeddde4 feat: upgrade to webpack 4
BREAKING CHANGE: Upgrade wepback 4, all webpack option
modifications must be webpcak 4 compatible. Drop support
for webpack plugins that do not work with v4 or above.
2018-05-08 16:55:13 -04:00
Evan You 6d4e51dd18 feat: remove DLL option
BREAKING CHANGE: dll option has been removed.
2018-05-07 17:27:40 -04:00
Tomy Jaya 2d7c0cf97f Fix broken vue-loader broken link (#1229) 2018-05-05 23:37:08 +09:00
Evan You 81f9331949 chore: bump vue-loader version 2018-05-04 19:05:16 -04:00
Evan You ea834412f6 feat: new option "preserveWhitespace" 2018-05-04 19:03:07 -04:00
Evan You f5c0f58673 feat: upgrade to vue-loader 15
BREAKING CHANGE: the "vueLoader" option has been removed. To modify vue-loader
options, use chainWebpack then `config.module.rule(vue).use(vue-loader).tap()`.
vue-loader has been upgraded to v15 and expects different options from v14.
2018-05-04 18:58:11 -04:00
Evan You da4d0b2e2a feat: relex transpile includes + new transpileDependencies option
BREAKING CHANGE: To include a dependency for Babel transpilation, tapping
babel-loader and adding .include() will no longer work. Use the new
transpileDependencies option instead.
2018-05-03 18:18:27 -04:00
Evan You 9a438d5273 test: test serve inline entry 2018-05-03 16:12:37 -04:00
Evan You 05f9f3adbc feat(serve): support entry in vue-cli-service serve
close #974
2018-05-03 16:09:42 -04:00
Evan You f69231f478 test(serve): test proxy option 2018-05-03 15:42:42 -04:00
Guillaume Chau 3698378374 chore: merge dev 2018-05-03 15:58:14 +02:00
Evan You feb3857f78 chore: bump fs-extra version 2018-05-02 18:52:01 -04:00
Evan You c4c4bff893 fix(serve): fix non-GET requests match error w/ multi-proxy config
close #1210
2018-05-02 17:59:10 -04:00
Guillaume Chau 3b7f292eb3 fix(ui): remove eslint disable comment 2018-05-02 17:02:07 +02:00
Guillaume Chau 2a483051ed chore: merge dev 2018-05-02 17:01:20 +02:00
Evan You d595adacf4 refactor: adjust mode loading order
BREAKING CHANGE: PluginAPI.setMode() has been removed. Instead, for a plugin to
sepcify the default mode for a registered command, the plugins should expose
`module.exports.defaultModes` in the form of `{ [commandName]: mode }`.

close #959
2018-05-01 17:14:33 -04:00
Evan You a88fa5f75d refactor: fix tests (service.run should return Promise) 2018-05-01 14:00:26 -04:00
Evan You 69a6b0bbfe refactor(cli-serivce): use async functions when running service commands 2018-04-30 19:02:42 -04:00
Evan You 6b865dbc85 refactor: require Node 8
BREAKING CHANGE: @vue/cli-service and all plugins now require Node version 8+.
2018-04-30 18:35:36 -04:00
Evan You 0f73a91162 refactor: use fs-extra 2018-04-30 18:19:02 -04:00
Evan You fd9d255f65 fix(build): fix --dest flag regression
close #1193
2018-04-30 16:16:08 -04:00
Guillaume Chau d039af07be refactor(ui): locales system improvements 2018-04-30 16:41:29 +02:00
Guillaume Chau a66dabb613 feat(ui): plugin locales 2018-04-29 23:05:48 +02:00
Guillaume Chau f674aa69c6 chore: merge dev 2018-04-28 15:33:24 +02:00
Evan You acc7b8ae6f v3.0.0-beta.9 2018-04-27 22:35:57 -04:00
Evan You 41d7a7441e chore: pre release sync 2018-04-27 22:35:52 -04:00
Evan You 0c493f86a2 v3.0.0-beta.8 2018-04-27 19:40:59 -04:00
Evan You a77eedcd6e chore: pre release sync 2018-04-27 19:40:54 -04:00
Guillaume Chau 6bb64a9678 fix(ui): serve disconnect IPC after first run 2018-04-28 01:39:16 +02:00
Guillaume Chau 2c7c63e2fe fix(ui): remove ui from built in plugin list 2018-04-28 01:28:21 +02:00
Guillaume Chau 8ebdb05165 fix(ui): vue ui command moved from cli-service to cli 2018-04-28 01:22:15 +02:00
Evan You 4999f957a9 test: properly close server 2018-04-27 18:01:37 -04:00
Evan You 7704868223 test: add test for #1182 2018-04-27 17:50:04 -04:00
Derek Henscheid 2b236e0475 fix(build-wc): honor custom component name for single file wc builds (#1182)
Fixes issue that prevented single entry wc builds from honoring the `--name` argument.

fix #1146
2018-04-27 17:48:32 -04:00
Evan You 81d29ab30b feat: warn when user modifies output.path directly 2018-04-27 17:30:39 -04:00
Evan You 87892a5053 fix(build): copy plugin should be loaded in all cases
close #1073
2018-04-27 17:15:04 -04:00
Evan You 92e136a421 fix: --target lib/wc should overwrite user entry/output
fix #1072
2018-04-27 16:03:11 -04:00
Evan You 8e72943fcf fix: css.extract options handling
close #1061
2018-04-27 12:52:10 -04:00
Guillaume Chau 14881ee925 fix(ui): undefined sources error 2018-04-27 02:04:33 +02:00
Guillaume Chau 602be0388e fix(ui): open when server is ready 2018-04-27 01:35:41 +02:00
Guillaume Chau d5a3b1f127 fix(ui): max listeners error 2018-04-27 01:28:27 +02:00
Guillaume Chau d5d0b76c16 fix(ui): analyze bundle error handling 2018-04-27 00:28:44 +02:00
Guillaume Chau 0ac38da9c8 fix(ui): DashboardPlugin clean up 2018-04-27 00:28:30 +02:00
Derek Henscheid 6ca86aa667 feat(inspect): add a -v/--verbose flag to inspect command to output full functions (#1175)
close #1157
2018-04-26 16:56:44 -04:00
Jovino Xu abb82ab25e fix(cli-service): should not add a leading slash to baseUrl when it is absolute (#1172)
fix #1084
2018-04-26 16:43:10 -04:00
Sabith Karippullil Soopy 79bc088beb fix(serve): don't set header origin if using an agent (#1179) 2018-04-26 16:19:50 -04:00
David Hemphill 65ee2fad24 fix: pass all parameters to onProxyReq in proxy configuration (#1083) 2018-04-26 15:12:57 -04:00