Evan You
2b9a7507b9
feat: allow specifying additional configs in preset
2018-03-05 11:20:20 -05:00
Evan You
49e9cf2ce6
refactor: use pluginResolution utils in more places, add tests
2018-03-04 15:13:02 -05:00
Evan You
edff5b49fe
refactor: extract plugin resolution into shared-utils
2018-03-04 13:46:10 -05:00
Evan You
a2ac6be36b
fix: mock process for 3rd party libs ( close #934 )
2018-03-03 19:14:55 -05:00
Evan You
811d0561b2
feat: initialize project with corresponding CSS pre-processor ( close #930 )
2018-03-03 19:12:22 -05:00
Evan You
1869aa2a20
feat: Generator now supports template inheritance
2018-03-03 18:32:53 -05:00
Evan You
28e3284895
v3.0.0-beta.3
2018-03-02 22:28:28 -05:00
Evan You
54b51c008e
chore: pre release sync
2018-03-02 22:28:23 -05:00
Evan You
59ac4f418f
fix: respect dotfiles in public dir ( fix #880 )
2018-03-02 22:23:48 -05:00
Evan You
768110643d
fix: fix options for css optimize plugin ( close #918 )
2018-03-02 22:21:20 -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
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
626eb36889
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
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
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
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
Thorsten Lünborg
73ad2f844b
fix: fix friendly-error plugin name typo ( #882 )
2018-02-28 15:29:01 -05:00
Ken Voskuil
53a1fd1f37
chore: fix typo's in comments ( #898 )
2018-02-28 08:02:29 -05:00
Hokid
92ddd097be
feat: add ability to use environment variables in vue.config.js ( #867 )
2018-02-22 14:45:16 -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
17cd664452
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
82d71ebe31
v3.0.0-alpha.13
2018-02-13 13:27:35 -05:00
Evan You
00c7cb4828
chore: pre release sync
2018-02-13 13:27:30 -05:00
Evan You
194172b78f
v3.0.0-alpha.12
2018-02-12 17:11:29 -05:00
Evan You
791520a8fe
chore: pre release sync
2018-02-12 17:11:24 -05:00
pbastowski
d7cfa00945
fix: make extension test for font files case-insensitive ( #830 )
2018-02-12 16:56:50 -05:00
Evan You
9040df84cb
feat: lintOnSave no longer causes compilation to fail
...
close #817
2018-02-12 16:24:28 -05:00
Evan You
fd131060db
feat: use more descriptive classNames for CSS modules
...
close #813
2018-02-12 15:43:49 -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
diogosalazar
b1b1639e03
docs: fix comment typo ( #811 )
...
Small typo
2018-02-12 09:59:50 -05:00
Evan You
07f924b37c
v3.0.0-alpha.11
2018-02-09 13:24:44 -05:00
Evan You
256d541307
chore: pre release sync
2018-02-09 13:24:39 -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
a660ac8538
v3.0.0-alpha.10
2018-02-08 17:38:09 -05:00
Evan You
22933986e2
chore: pre release sync
2018-02-08 17:38:03 -05:00
Evan You
8b79644052
docs: progress
2018-02-08 13:34:05 -05:00
Evan You
84051b5ccc
v3.0.0-alpha.9
2018-02-06 17:50:13 -05:00
Evan You
f3dab0c442
chore: pre release sync
2018-02-06 17:50:06 -05:00