Guillaume Chau
7d98d697c1
fix: remove console.log
2018-05-30 17:08:11 +02:00
Evan You
a9e12865b5
feat: respect baseUrl during development
...
BREAKING CHANGE: `devBaseUrl` option has been removed. `baseUrl` now works for
both development and production. To use different paths for prod/dev, use
conditional values based on `process.env.NODE_ENV` in `vue.config.js`.
2018-05-30 11:01:16 -04:00
JK
04600e6362
fix(cli-service): make devBaseUrl work properly in serve command ( #1405 )
2018-05-30 10:53:11 -04:00
Evan You
7ce91c89f2
workflow: enable eslint node/no-extraneous-require
2018-05-30 10:25:33 -04:00
Guillaume Chau
ef2ecf5a8e
fix: require.resolve fallback on node < 8.10.0 ( #1404 )
...
close #1369
2018-05-30 09:44:08 -04:00
Guillaume Chau
4f39461c30
fix: UI fixes ( #1397 )
...
* fix: ERROR AssertionError [ERR_ASSERTION]: missing path
* refactor(ui): export portfinder and graphql-server from @vue/cli-ui and new VUE_CLI_UI_DEV env var
* fix(ui): invoke: force load package.json
2018-05-29 15:49:27 -04:00
Evan You
118bd8ff13
chore: changelog for v3.0.0-beta.14
2018-05-29 13:36:03 -04:00
Evan You
32389ab8e5
chore: update deps
2018-05-29 13:30:23 -04:00
Evan You
5f1f986d4d
v3.0.0-beta.14
2018-05-29 13:27:16 -04:00
Evan You
7d0f173285
chore: pre release sync
2018-05-29 13:27:11 -04:00
Evan You
a999e875dd
chore: 3.0.0-beta.13 changelog
2018-05-29 13:24:03 -04:00
Evan You
0689ff2eae
v3.0.0-beta.13
2018-05-29 13:24:03 -04:00
Evan You
e5738f412d
chore: pre release sync
2018-05-29 13:24:03 -04:00
Craig Morris
9332f24456
Fix typo ( #1392 )
2018-05-29 16:41:40 +02:00
Guillaume Chau
a3b2be8c15
fix(ui): fix beta.12 feedback ( #1386 )
...
* fix(ui): npm/yarn installing only dependencies
* fix(ui): add all dependencies to package.json
* fix(Service): give priority to devDependencies plugins
* feat(ui): connection status banner
* fix(ui): don't display disconnected banner for initial app load
* fix(ui): default value for prompt type=checkbox
* feat: builtin prompts default values
* fix(ui): circular dep
2018-05-29 09:37:28 -04:00
Evan You
9846cd520c
fix: fix caching dependency ( close #1384 )
2018-05-29 09:29:18 -04:00
Evan You
071b58b240
docs: update config
...
close #1387
2018-05-29 09:05:39 -04:00
Craig Morris
5e95b3df73
feat: add --copy option for vue-cli-service serve ( #1355 )
2018-05-29 08:59:10 -04:00
Evan You
3bcc511507
fix(ui): add missing dependency
2018-05-29 01:38:09 -04:00
Evan You
0361991c2e
chore: 3.0.0-beta.12 changelog
2018-05-29 01:30:32 -04:00
Evan You
e8bee864b0
v3.0.0-beta.12
v3.0.0-beta.12
2018-05-29 01:29:14 -04:00
Evan You
50df8cb010
chore: pre release sync
2018-05-29 01:29:03 -04:00
Evan You
f061b554f7
chore: tweak package
2018-05-29 01:28:53 -04:00
Evan You
c35eba2047
test: fix ui tests
2018-05-29 00:50:17 -04:00
Evan You
c12f240e3a
fix: make umd build usable in Node
...
close #1348
2018-05-29 00:50:17 -04:00
Andrew LeTourneau
d81dc69fa8
docs: adding disableHostCheck default value ( #1373 )
2018-05-28 23:39:51 -04:00
Evan You
60c3d30028
chore: resolve yarn.lock
2018-05-28 22:25:47 -04:00
Evan You
0bc2aeba6d
chore: merge dev
2018-05-28 22:10:41 -04:00
Evan You
ebffdf0543
refactor: compiler -> runtimeCompiler
...
BREAKING CHANGE: `compiler` option has been renamed to `runtimeCompiler`
2018-05-28 21:38:04 -04:00
Evan You
fa4629a7e1
test: fix tests after vendor chunk change
2018-05-28 21:21:14 -04:00
Evan You
869f00513e
feat: support multi-page app via pages option
2018-05-28 19:38:33 -04:00
Evan You
f0fd375333
feat: tweak css extraction chunk name
2018-05-28 16:49:28 -04:00
Evan You
ff8acd1b55
refactor: caching identifier generation
2018-05-28 14:47:01 -04:00
Evan You
d25dd9f4b1
test: test for optional public dir
2018-05-28 14:46:34 -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
Evan You
023e0226a1
fix(typescript): ensure ts-loader options can be stringified for thread-loader
...
close #1367
2018-05-28 12:15:29 -04:00
Evan You
1e98d96376
feat: re-introduce css.modules option
...
BREAKING CHANGE: internal webpack rules for CSS have been changed.
2018-05-28 11:37:10 -04:00
Evan You
6132dbe140
chore: update deps
2018-05-28 11:36:18 -04:00
Guillaume Chau
4d0b6905fc
fix(ui): force output colors
2018-05-26 11:18:51 +02:00
Guillaume Chau
207a630d27
fix(ui): env var names
2018-05-25 09:33:19 +02:00
Guillaume Chau
12129b3be4
fix(ui): wrong env var name
2018-05-25 02:17:57 +02:00
Guillaume Chau
73a1c7aa96
fix(ui): watch only locales folder if exists
2018-05-25 02:12:29 +02:00
Guillaume Chau
873d14d22d
feat(ui): update to latest vue-cli-plugin-apollo
2018-05-25 01:44:18 +02:00
Guillaume Chau
80c2c7a7f0
refactor(ui): simplify builtin locales resolution
2018-05-25 00:37:02 +02:00
Guillaume Chau
6d329bd3fe
docs: update
2018-05-25 00:36:08 +02:00
Guillaume Chau
27e66a87fd
fix(ui): pwa config: manifest.json indentation
2018-05-24 18:16:24 +02:00
Guillaume Chau
0f30639bd0
fix(ui): eslint lint on save default
2018-05-24 18:15:08 +02:00
Guillaume Chau
06890bd113
chore: merge dev
2018-05-24 18:06:41 +02:00
Evan You
395e400411
docs: fix router link
2018-05-24 11:58:39 -04:00