Commit Graph

52 Commits

Author SHA1 Message Date
Evan You
cc14d4452c chore: bump build deps 2022-10-11 17:39:59 +08:00
Evan You
012e10c9ca fix(build): fix mjs dual package hazard
close #12626
2022-07-08 11:42:36 +08:00
Evan You
8dc1b31cb8 chore: use v2-latest release tag 2022-07-01 12:20:29 +08:00
草鞋没号
5b94562dcd
chore: create build target dir if does not exist (#12581) 2022-06-27 02:52:28 -04:00
Evan You
0fabda7a3b feat: useCssModules 2022-06-18 16:10:00 +08:00
Evan You
452aa9d29c wip: handle script analyzed bindings when prefixing identifiers 2022-06-15 10:10:54 +08:00
Evan You
cda5176e95 build: fix compiler build 2022-06-14 23:43:57 +08:00
Evan You
4306cc67b9 build: fix compiler-sfc build 2022-06-10 22:51:41 +08:00
Evan You
06594f68b7 wip: port @vue/component-compiler-utils 2022-06-10 16:50:17 +08:00
Evan You
c43e64277f build: fix build script alias 2022-06-06 15:34:55 +08:00
Evan You
d3172377e0 feat: add exports field + mjs build 2022-06-01 10:11:19 +08:00
Evan You
1b7584664d workflow: fix release check + remove dist file from git index 2022-05-31 17:56:20 +08:00
Evan You
ff4f1fdf37 refactor: move more ssr logic into server-renderer package 2022-05-31 17:38:27 +08:00
Evan You
8d7793ff10 workflow: update release script 2022-05-31 17:26:05 +08:00
Evan You
9f74f2048d refactor: move to monorepo 2022-05-31 15:32:44 +08:00
Evan You
eb20b8228f ci: fix ci 2022-05-26 02:36:51 +08:00
Evan You
d7d3dbbcc8 workflow: allow wip commits 2022-05-24 21:49:09 +08:00
Evan You
797e72e6fd build: use __DEV__ flag 2022-05-24 08:56:11 +08:00
Evan You
6f8fb220e2 build: target es2017 / node 8 for cjs files 2022-05-23 17:14:02 +08:00
Evan You
898d1e19fc test: all ssr tests passing 2022-05-20 16:55:05 +08:00
Evan You
c63d43c830 build: externalize stream to avoid warning 2022-05-20 15:26:18 +08:00
Evan You
d8c3bbfa44 refactor: remove weex from codebase 2022-05-20 12:17:13 +08:00
Evan You
2d019e4e25 test: partial ssr tests passing 2022-05-20 12:01:16 +08:00
Evan You
19a5a35529 build: target es5 2022-05-19 16:08:46 +08:00
Carlos Rodrigues
8e047df75a update deps and other code -- still need to fix some issues with testing - basically dependencies issues 2022-04-29 19:54:08 +01:00
pikax
52d3a7c773 update terser and buble 2021-04-07 17:28:56 +01:00
pikax
180474dc17 fix "he" dep thanks @sodatea 2021-04-07 14:02:42 +01:00
pikax
0af78c57b3 remove @flow 2021-04-06 17:11:58 +01:00
pikax
cb0d18bfa1 bump rollup deps 2021-04-06 17:04:48 +01:00
pikax
65b683a5e1 fix build 2021-04-03 16:36:50 +01:00
Pengfei Yang
d44cc20e96 chore: remove unused build alias (#9525) 2019-03-14 15:27:00 +08:00
Evan You
64f863bbb9 feat: move v-bind.prop shorthand behind flag 2019-02-02 10:49:01 -05:00
Evan You
2afa1d056e build: fix feature flags for esm builds 2019-01-30 09:47:31 -05:00
Evan You
67e85deae2 feat: adjust v-slot per RFC + enable flag 2019-01-22 22:21:40 -05:00
Evan You
a47a0ee287 workflow: fix release script [ci skip] 2019-01-16 11:22:10 -05:00
Evan You
7fb6fdd168 build: introduce feature flags, hide new slot syntax behind flag 2019-01-15 16:22:06 -05:00
Evan You
bbfeb039f3 build: bump dev deps 2019-01-07 10:58:29 -05:00
Evan You
63f5c6e9f1 build: add esm browser prod build 2018-12-12 12:24:41 -05:00
Evan You
861abf4bb9 feat: add browser ESM build 2018-12-12 12:24:41 -05:00
Evan You
17296aa6bb build: ship pre-minified versions of CommonJS build and server renderer 2018-12-12 12:24:41 -05:00
Sam Lichlyter
5489339a30 refactor(core): Replace "var" (#8299)
Replaces instances of "var" with "let" and "const" where applicable using the eslint 'no-var' and
'prefer-const' rules
2018-10-24 13:07:40 -04:00
xudaashuai
f5b5b3c96f chore: use template strings in config.js (#8113) 2018-10-24 12:48:58 -04:00
Evan You
980801c8a3 build: use terser instead of uglify 2018-10-24 10:50:37 -04:00
Evan You
52f9d3f492 build: upgrade webpack & karma 2018-10-24 10:41:38 -04:00
Léo Andrès
943e5c242b workflow: clean shell scripts (#7826) 2018-03-22 10:02:40 -04:00
Evan You
a08feed8c4 build: build 2.5.14 2018-03-09 16:41:25 -05:00
Evan You
2c52c4265b workflow: specify e2e env when releasing 2018-03-09 16:36:24 -05:00
Evan You
e98d12d232 workflow: add "polish" to commit types 2018-03-08 10:32:42 -05:00
Evan You
9b22d86ab3 fix: install ssr helpers for functional context during SSR
close #7443, ref nuxt/nuxt.js#2565
2018-03-08 09:51:03 -05:00
Evan You
a6a9d6d05a workflow: improve git hooks setup 2018-01-06 10:08:47 -05:00