Evan You
0bc2aeba6d
chore: merge dev
2018-05-28 22:10:41 -04:00
Evan You
1719622494
feat: make public dir optional
...
close #1265
2018-05-28 14:33:45 -04:00
Evan You
9a4159dd9c
fix(build): only modify css extraction if its enabled
...
close #1378
2018-05-28 12:47:19 -04:00
Guillaume Chau
d203fa0a5e
chore: merge dev
2018-05-21 17:21:22 +02:00
Evan You
5793b91b55
chore: tweak build watch mode message
2018-05-21 10:49:13 -04:00
ziga
6ea17c9f04
feat(build): add 'watch' option ( #1332 )
2018-05-21 10:46:15 -04:00
Guillaume Chau
9b4970cc82
chore: merge dev
2018-05-19 04:18:39 +02:00
test
a67f34af11
chore: fix inspect
2018-05-18 18:09:24 -04:00
Guillaume Chau
e6e6e90dfa
chore: merge dev
2018-05-18 23:52:25 +02:00
Evan You
9c4c76300f
refactor: use built-in toString from webpack-chain
2018-05-17 14:50:56 -04:00
Guillaume Chau
b6114d49c7
chore: merge dev
2018-05-12 04:33:14 +02:00
Evan You
fd1c0d5b8a
feat(inspect): add --rules and --plugins options for inspect command
2018-05-11 17:21:06 -04:00
Evan You
82349ba254
feat(inspect): add --rule and --plugin options for inspect command
2018-05-11 17:16:20 -04:00
Guillaume Chau
6c158cf19a
chore: merge dev
2018-05-11 20:53:43 +02:00
Evan You
f6bfb632c8
feat(inspect): improve vue inspect output with webpack-chain hints
...
close #881
2018-05-11 13:25:23 -04:00
Guillaume Chau
8bebef2309
chore: merge dev
2018-05-11 02:35:42 +02:00
Evan You
edc5c3f96d
test: fix publicPath import typo
2018-05-09 18:05:37 -04:00
Evan You
66bab8c029
fix: respect chunk name in all build targets
...
close #1251
2018-05-09 17:46:42 -04:00
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
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
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
05f9f3adbc
feat(serve): support entry in vue-cli-service serve
...
close #974
2018-05-03 16:09:42 -04: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
69a6b0bbfe
refactor(cli-serivce): use async functions when running service commands
2018-04-30 19:02:42 -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
f674aa69c6
chore: merge dev
2018-04-28 15:33:24 +02:00
Guillaume Chau
6bb64a9678
fix(ui): serve disconnect IPC after first run
2018-04-28 01:39:16 +02:00
Guillaume Chau
8ebdb05165
fix(ui): vue ui command moved from cli-service to cli
2018-04-28 01:22:15 +02: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
92e136a421
fix: --target lib/wc should overwrite user entry/output
...
fix #1072
2018-04-27 16:03:11 -04: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
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
Guillaume Chau
dc8b454c56
feat(ui): webpack dashboard 'open app' button
2018-04-24 00:31:13 +02:00
Guillaume Chau
021370d71f
fix(ui): express timeout
2018-04-16 19:41:12 +02:00
Guillaume Chau
cdf9d07790
feat(ui): vue ui command
2018-04-16 18:18:45 +02:00
Guillaume Chau
3c59d6f4f4
feat(ui): client addons, ipc, shared data, plugin actions
2018-04-09 01:53:41 +02:00
Evan You
f744040b50
fix: use dynamic publicPath for web component bundles ( fix #949 )
2018-03-06 15:06:03 -05:00
Evan You
57ce32a710
fix: respect --dest when copying static assets ( close #909 )
2018-03-02 21:46:46 -05:00
antiphoton
bbc931c285
fix(dev-server): dev server behind NAT network ( #868 )
...
(#828 )Webpack dev client could not work when server is behind NAT network.
Now, the dev client tries to connect to browser's window.location.
2018-03-01 14:10:22 -05:00
Kevin Sherman
9b1d376800
docs: add example for build --mode env ( #902 )
...
* docs: add docs on using --mode with build command to use corresponding env vars
* Use the arg.mode in the console log "Building for..." message
2018-02-28 18:33:59 -05:00
Evan You
6e4870c6a1
chore: bump deps & fix tests
2018-02-28 17:08:12 -05:00
diogosalazar
0286d7000e
docs: fix typo in error message ( #819 )
...
Small typo.
Please let me know whether direct PR like these are welcome of if you'd rather have these submitted as issues instead.
2018-02-12 10:00:09 -05:00
Evan You
b5564afb57
fix: respect user configured output path
...
also ensure wc/lib mode respect user raw webpack config.
fix #809
2018-02-09 12:12:08 -05:00
Evan You
fd1ca02f16
chore: fix serve command name
2018-02-08 21:32:29 -05:00
Evan You
8b79644052
docs: progress
2018-02-08 13:34:05 -05:00