Commit Graph

681 Commits

Author SHA1 Message Date
Evan You
1dfe73bb5e docs: update late install instructions 2018-05-17 14:56:00 -04:00
MoYummy
23cf71314a docs: fix add for @vue/cli-plugin-unit-mocha (#1312) 2018-05-17 14:54:36 -04:00
ldrovira
ec475cd4dd chore: add license link (#1299) 2018-05-17 14:52:06 -04:00
Evan You
9c4c76300f refactor: use built-in toString from webpack-chain 2018-05-17 14:50:56 -04:00
Brandon Pittman
a1aa1b93d2 Update README.md (#1304)
Fix add command instructions
2018-05-16 11:36:44 +02:00
Evan You
8a7c738fd0 chore: bump vue-loader version 2018-05-15 18:47:01 -04:00
Yingya Zhang
1037b9c9be feat: support <style lang="postcss"> (#1259) 2018-05-14 18:10:57 -04:00
Evan You
da38747f46 feat: allow disabling serve progress via devServer.progress
close #1284
2018-05-14 17:53:33 -04:00
Yingya Zhang
8fbbd353f9 feat: ask for whether to use taobao registry when getting versions (#1273) 2018-05-12 10:39:57 -04:00
Igor Randjelovic
ee9432d521 docs: fix typo in usage for chainWebpack (#1272) 2018-05-12 10:13:46 -04:00
Evan You
396b92f7c4 ci: alternative fix by pinning babel-core 2018-05-11 19:11:08 -04:00
Evan You
1f0c32ba1d ci: brute force fix 2018-05-11 19:07:50 -04:00
Evan You
13edf06c99 ci: clean cache 2018-05-11 18:56:44 -04:00
Evan You
f0910ba4cd refactor: remove experimentalCompileTsWithBabel 2018-05-11 18:39:23 -04:00
Evan You
d75ea99b25 feat: make it possible to opt-out of Babel
close #1199
2018-05-11 18:36:51 -04:00
Evan You
1835755060 test: fix tests by pinning fs-monkey 2018-05-11 18:30:33 -04:00
Evan You
453597a09d feat: temporarily fix source map by patching babel 2018-05-11 18:02:54 -04:00
Evan You
55159991db chore: bump deps 2018-05-11 17:59:16 -04: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
Evan You
853662c64f fix(css): css-loader importLoaders should account for vue-loader's injected
postStyleLoader.

close #1267
2018-05-11 16:44:14 -04:00
Evan You
f6bfb632c8 feat(inspect): improve vue inspect output with webpack-chain hints
close #881
2018-05-11 13:25:23 -04:00
Evan You
e5d7893587 test: bump test-utils version 2018-05-11 13:00:26 -04:00
Tim Miller-Williams
05fc6ec47a docs: correct vue add command in readme (#1266) 2018-05-11 12:40:02 -04:00
Igor Randjelovic
b2b277a790 fix: typo in vue-loader compilerOptions (#1263) 2018-05-11 12:39:48 -04:00
Yingya Zhang
2d09a4c171 fix: css sourceMap in production (#1270) 2018-05-11 12:39:22 -04:00
arszp10
5c54df799a fix: rename test-utils shallow to shallowMount (#1269) 2018-05-11 12:39:06 -04:00
Evan You
c1c7e072d3 chore: 3.0.0-beta.10 changelog 2018-05-11 00:03:54 -04:00
Evan You
0fd2bb23fe v3.0.0-beta.10 v3.0.0-beta.10 2018-05-11 00:02:58 -04:00
Evan You
8fdb8d9684 chore: pre release sync 2018-05-11 00:02:51 -04:00
Evan You
06ca479b87 chore: bump vue-loader 2018-05-10 23:59:12 -04:00
Evan You
1b5bdde17d fix: css imports from js
BREAKING CHANGE: `css.modules` option has been removed. To import css files (or
any other supported pre-processor files) as CSS Modules, append the request
with a `?module` resourceQuery.
2018-05-10 17:47:53 -04:00
Evan You
76196baae3 test: fix polyfill test case 2018-05-10 16:55:06 -04:00
Evan You
31f3101915 test: fix helper esmodules for jest 2018-05-10 16:50:58 -04:00
Evan You
8f1b69b30f docs: more details for Babel preset and polyfill handling 2018-05-10 16:47:16 -04:00
Evan You
4e7d57f988 feat(babel): better Babel polyfill defaults
- Now includes polyfills for Promise and Object.assign by default;
- New option "polyfills" for @vue/babel-preset-app allows customization of
  included-by-default polyfills.
2018-05-10 15:37:09 -04:00
Evan You
a8af883741 revert: feat: new option "preserveWhitespace""
This reverts commit ea834412f6.
2018-05-09 18:19:22 -04: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
6d1716e875 fix: pwa plugin compat with webpack 4 2018-05-08 17:12:17 -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
勾三股四
ab0746e646 docs: improve code blocks (#1231) 2018-05-07 16:59:29 -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