Commit Graph

607 Commits

Author SHA1 Message Date
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
395e400411 docs: fix router link 2018-05-24 11:58:39 -04:00
Tome Pejoski
2f496c071b docs: fix 404 link to vuex intro page (#1361) 2018-05-24 11:58:04 -04:00
JK
1176ded649 docs: update docs for assetsDir, --max-errors and --max-warnings (#1356) 2018-05-23 12:37:41 -04:00
Moritz Kneilmann
322b7f2dd2 docs: fix eslint webpack-chain documentation (#1358) 2018-05-23 12:37:25 -04:00
Evan You
8fe554c04c perf: enable vue-loader template compilation caching 2018-05-22 13:25:52 -04:00
Evan You
e5101b415e perf: revert babel/ts thread behavior 2018-05-22 13:25:35 -04:00
Evan You
7fd5f255e0 test: fix test for windows 2018-05-22 10:28:41 -04:00
Guillaume Chau
ada402249a refactor: improve invocation of builtin plugins in TypeScript projects (#1342) 2018-05-22 10:11:10 -04:00
Evan You
1075576690 perf: adjust caching and parallelization 2018-05-22 00:09:30 -04:00
Evan You
f698cd3f60 v3.0.0-beta.11 2018-05-21 15:43:16 -04:00
Evan You
fab83f3006 chore: pre release sync 2018-05-21 15:43:04 -04:00
Evan You
2a195f0298 feat: allow router/vuex to be late added via vue add
close #1202, close #1204
2018-05-21 15:33:30 -04:00
Evan You
8b32f4a60f feat: GeneratorAPI: addImports & addRootOptions 2018-05-21 14:25:49 -04:00
Evan You
581abd34ef refactor: lintOnSave should be checked by default 2018-05-21 11:29:31 -04: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
Lucas Mendelowski
3a913a9ac7 docs(cypress): add env variables info (#1327) 2018-05-21 10:17:05 -04:00
Alex Rohleder
476e52e0ad style: fix indentation on tslint.json (#1335) 2018-05-21 10:15:42 -04:00
Evan You
afb317359f chore: bump vue-loader version 2018-05-19 00:35:09 -04:00
Evan You
ff0f97b50b feat(eslint): enable caching 2018-05-18 23:46:10 -04:00
Evan You
be8d31710a test: fix stringifyJS import 2018-05-18 22:50:05 -04:00
Evan You
41a56f14dc fix: fix ts/tsx rule separation
close #1315
2018-05-18 22:48:57 -04:00
Evan You
07ac887486 fix: stringifyJS should be used in all call sites 2018-05-18 18:49:58 -04:00
Evan You
83f5f4fced fix(eslint): ensure all config values are contained in config file
close #1006, close #1313
2018-05-18 18:11:30 -04:00
test
a67f34af11 chore: fix inspect 2018-05-18 18:09:24 -04:00
Derek Henscheid
9ac2642aa1 feat(eslint): pass cli arguments to linter (#1258)
close #1255
2018-05-18 18:09:06 -04:00
JK
ab877a23cd feat(eslint): add --max-warnings and --max-errors for cli-plugin-eslint (#1289)
close #1268
2018-05-18 18:05:55 -04:00
test
be9463050e chore: bump babel version 2018-05-18 17:03:24 -04:00
test
fe12c6eaed test: bump timeout 2018-05-18 16:53:51 -04:00
JK
9638d90005 feat(cli-service): add assetsDir option to specify assets root directory (#1322)
close #1311
2018-05-18 16:49:58 -04:00
test
763cf7a8bc feat: support webp
close #1321
2018-05-18 16:46:09 -04:00
test
48d7e00e9a fix: fix babel.config.js compat in vue-jest 2018-05-17 17:52:01 -04:00
test
2de86cea70 test: fix generator tests after babel config change 2018-05-17 17:19:39 -04:00
test
a1ccde8c2e fix: handle failed git commit
close #1306
2018-05-17 16:56:08 -04:00
Evan You
1279b3e401 fix: fix transpileDependencies by always using babel.config.js 2018-05-17 16:19:23 -04:00
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
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