Evan You
8eb0bc8261
chore: shorten current directory prompt
2018-03-02 21:53:15 -05:00
Evan You
09ed0b168a
feat: support dynamic import in jest tests ( close #922 )
2018-03-02 21:52:08 -05:00
Evan You
57ce32a710
fix: respect --dest when copying static assets ( close #909 )
2018-03-02 21:46:46 -05:00
Evan You
89982dff04
fix: fix baseUrl normalization ( close #900 )
2018-03-02 21:40:48 -05:00
kazuya kawaguchi
6ae1569027
feat: support creating project in current directory ( #916 )
...
closes #896
2018-03-02 21:29:30 -05:00
Evan You
6e8384f1e7
chore: remove unnecessary glob in lint script
2018-03-02 18:01:32 -05:00
Barthélémy Ledoux
549ff7fe39
fix(tslint.json): linting of test(s) folder ( #924 )
...
tests were never tslinted becauve of a typo
2018-03-02 17:59:41 -05:00
Barthélémy Ledoux
6adc0b5dd9
fix(tsconfig.json): typo in includes ( #917 )
...
The directory constaining tests (unit and e2e)
in vue cli is "tests" not "test"
2018-03-02 17:44:07 -05:00
Barthélémy Ledoux
852d26c698
fix(e2e): end to end test(s) folder ( #923 )
...
There was one more typo with the "test" folder regarding
e2e. It was preventing cypress from running properly.
2018-03-02 17:43:56 -05:00
Nathan Zeplowitz
31cdc8636f
feat(css modules): Add CSS Module localIdentName option to vue config ( #915 )
...
Changed the vue config to take a user input option for CSS module localIdentName and default back to initial localIdentName ([name]_[local]__[hash:base64:5])
2018-03-01 15:17:15 -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
Evan You
e4ff22a4de
test: fix vue.config.js test for appveyor
2018-02-28 18:51:36 -05:00
Evan You
3489e4d0af
chore: 3.0.0-beta.2 changelog
2018-02-28 18:45:28 -05:00
Evan You
626eb36889
v3.0.0-beta.2
v3.0.0-beta.2
2018-02-28 18:45:28 -05:00
Evan You
932b1d7dd2
chore: pre release sync
2018-02-28 18:45:28 -05:00
Mithun Patel
9b2d5dd964
chore: fix grammar ( #906 )
...
Fix grammar
2018-02-28 18:34:13 -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
e6585633d4
test: fix vue.config.js tests
2018-02-28 18:31:25 -05:00
Evan You
bf9a30437a
test: only load vue.config.js if it exists
2018-02-28 18:19:50 -05:00
Evan You
3070364b60
test: bump write wait on CI
2018-02-28 18:17:12 -05:00
Evan You
14a2dc7259
fix: do not swallow vue.config.js errors
...
close #874 , close #866
2018-02-28 18:15:31 -05:00
Evan You
64b4515731
refactor: change default test directory name to "tests"
...
BREAKING CHANGE: all tests are now located in "tests" instead of "test"
close #877
2018-02-28 18:07:06 -05:00
Evan You
88726a3c60
fix: ts generator & airbnb import/extensions rule compatibility
...
fix #871
2018-02-28 17:53:48 -05:00
Evan You
f4d1841723
fix: nightwatch helper compat with airbnb linter
...
close #870
2018-02-28 17:37:19 -05:00
Evan You
00ec67bc35
chore: remove unnecessary log
2018-02-28 17:22:48 -05:00
Evan You
1864cef09e
feat: preserveWhitespace: false
...
BREAKING CHANGE: preserveWhitespace now defaults to false in vue-loader options.
2018-02-28 17:21:24 -05:00
Evan You
e15a930b30
fix: enable html doctype by default for pug
...
close #894
2018-02-28 17:20:14 -05:00
Evan You
6e4870c6a1
chore: bump deps & fix tests
2018-02-28 17:08:12 -05:00
Evan You
061dcc6122
workflow: improve sync script
...
allow individual confirmation for each breaking update
2018-02-28 17:07:53 -05:00
Evan You
094681fd14
workflow: fix sync script
2018-02-28 15:59:05 -05:00
Yaojun Zheng
cd238587dd
feat: output help information on unknown CLI commands ( #857 )
...
close #849
2018-02-28 15:30:27 -05:00
Thorsten Lünborg
73ad2f844b
fix: fix friendly-error plugin name typo ( #882 )
2018-02-28 15:29:01 -05:00
Phil Wolstenholme
e875d2cb11
docs: chainWebpack & merge example of modifying loader options ( #899 )
2018-02-28 08:03:01 -05:00
Ken Voskuil
53a1fd1f37
chore: fix typo's in comments ( #898 )
2018-02-28 08:02:29 -05:00
Giovanni Condello
6d7985a2e3
feat(cli-plugin-pwa): Upgrade workbox-webpack-plugin to 3.0.0-beta.1 ( #897 )
2018-02-28 08:01:54 -05:00
Chris Fritz
46358ebbab
fix(cypress): upgrade cypress and properly set base url ( #879 )
2018-02-24 19:54:13 -05:00
Hokid
92ddd097be
feat: add ability to use environment variables in vue.config.js ( #867 )
2018-02-22 14:45:16 -05:00
Steve Perry
b7320447f0
docs: demonstrate additional proxy option ( #864 )
...
Certainly not required, but knowing the `changeOrigin` option is available straight from your docs (as opposed to http-proxy-middleware's docs) might save devs some time.
2018-02-22 13:56:06 -05:00
ziga
6ae22fa09e
chore: remove map coverage. ( #866 )
...
Bacause it's deprecated.
2018-02-22 13:55:25 -05:00
toBeTheLight
b68c5b9135
Fix typos ( #865 )
...
* docs: fix typo
* chore: fix typo
2018-02-22 11:37:22 +09:00
Giovanni Condello
a489803089
feat: add default <noscript> content ( #856 )
...
Add some default content that can be seen by browsers where JavaScript
is disabled. See:
https://developers.google.com/web/tools/lighthouse/audits/no-js
Closes #854
2018-02-21 16:02:38 -05:00
Evan You
399e7591f6
chore: update stauts details
2018-02-16 22:55:28 +01:00
Outpox
f2e2f2e845
chore: update status from alpha to beta ( #848 )
2018-02-16 22:54:01 +01:00
Evan You
4b88fcbead
chore: 3.0.0-beta.1 changelog
2018-02-16 11:50:35 +01:00
Evan You
17cd664452
v3.0.0-beta.1
v3.0.0-beta.1
2018-02-16 11:50:10 +01:00
Evan You
8963a88b66
chore: pre release sync
2018-02-16 11:50:00 +01:00
Evan You
e8f036b837
fix: also include import rule in eslint plugin
2018-02-16 11:43:49 +01:00
Evan You
d391e4741e
fix: eslint + airbnb compat with TypeScript
2018-02-16 11:38:39 +01:00
Evan You
9f5d0b9628
fix: fix eslint-loader for TypeScript
2018-02-16 11:02:15 +01:00
ziga
a9ac1a9a9e
fix(babel preset): allow setting useBuiltIns to be false. ( #843 )
2018-02-16 04:02:47 +01:00