99 Commits (31991899017db5b8ca2db9a3962ab94a2fd0caf7)

Author SHA1 Message Date
Evan You edcbf99480 build(deps): bump build deps 5 years ago
Evan You 36972c20b5 feat(compiler-sfc): add transformAssetUrlsBase option 5 years ago
Evan You bd0f7da2c6 build: add browser builds for @vue/compiler-sfc 5 years ago
Evan You e954ba21f0 feat(build): provide more specific warnings for runtime compilation 5 years ago
Evan You 19223f5462 build: remove __BUNLDER__ flag so that HMR is available for all builds 5 years ago
Evan You 218e6e1667 build: adjust build formats 5 years ago
Evan You 4e8d459831 build: tweak flags 5 years ago
Evan You 4126a9dd51 build: add runtime-global build for vue 5 years ago
Evan You a3cc970030 feat(ssr/suspense): suspense hydration 5 years ago
Evan You 206640a2d8 fix(build): remove __RUNTIME_COMPILE__ flag 5 years ago
Evan You bcb2a9b4a6 build: make @vue/shared public 5 years ago
Evan You 8449a9727c feat(compiler-core): switch to @babel/parser for expression parsing 5 years ago
basvanmeurs 8d817bb446
build: use buildOption to determine runtime compile build (#742) 6 years ago
Evan You 77103e1fd7 types: fix tsx dts tests 6 years ago
Evan You 32d6a46474 build: avoid runtime wildcard import in global build 6 years ago
Evan You 9cfbab0686 build: reduce compiler minified size 6 years ago
Evan You fd470e0b1a build: drop compiler error emit code in browser production build 6 years ago
Evan You bc07e95ca8 fix(ssr): avoid hard-coded ssr checks in cjs builds 6 years ago
Evan You 78beed2574 build: support source map in build and dev scripts 6 years ago
Evan You cee36ad028 wip(ssr): render real components 6 years ago
Evan You c3e1c812e3 build: warn invalid format in build script 6 years ago
Evan You 5cf7523787 build: export runtime-only build for bundlers by default in main vue package 6 years ago
Evan You 9550302df4 build: esm-bunlder builds should be considered browser builds 6 years ago
Evan You 35858cec8c build: adjust global names + allow inline overrides of build flags 6 years ago
Evan You efe39db023 feat(runtime-core): hot module replacement 6 years ago
Evan You 136ab753b3 build: adjust esm formats 6 years ago
Evan You cd5ba7cfcc build: remove lerna 6 years ago
Evan You 7aca27392f build: no need for alias in rollup config 6 years ago
Yida f87dbea1f8 build(deps-dev): use rollup plugins from the new official repo (#468) 6 years ago
Evan You 7031e6a07a feat: (wip) setup compiler-sfc 6 years ago
Evan You f8e7fadaae build: disable live external bindings for cjs build 6 years ago
Evan You dfc7c0f12a refactor: adjust internal vnode types + more dts tests 6 years ago
Evan You 300a705221 refactor: use __TEST__ flag 6 years ago
Stanislav Lashmanov 58fcd15000 fix: add missing compiler to the full build on Windows (#333) 6 years ago
Evan You 260eab85ff build: fix isBundlerESMBuild check in rollup.js 6 years ago
Evan You bd0bc3b3e6 build: fix runtimeCompile global injection 6 years ago
Dmitry Sharshakov fd209f5a66 feat(core): export version (#254) 6 years ago
Evan You 82b5978e9c build: further shave off runtime compile only code 6 years ago
fisker Cheung 1baa19aea5 build: use `ES module` format `rollup.config.js` (#259) 6 years ago
二当家的 4f87d1d486 chore: typo isBunlderESMBuild in rollup.config.js (#195) 6 years ago
Yida 5bc18f46c6 chore: fix typo in rollup.config.js (#122) 6 years ago
Evan You c4f9b6d592 test: fix import 6 years ago
Evan You a0f442f1d4 workflow: include commit link in template explorer 6 years ago
Evan You 8d49b97cc3 build: include main vue package in aliases and tsconfig paths 6 years ago
Evan You 5047bc8dbe workflow: basic template explorer 6 years ago
Evan You 30e60c0492 chore: tweak size script 6 years ago
Evan You 3b5ef483a9 build: move named char references to json file to speed up build 6 years ago
Evan You 9b1a548c6b feat(compiler): basic codegen with source map support 6 years ago
Evan You 132cef9063 refactor: further tweak compiler layers 6 years ago
Evan You d5e9682040 wip: suspense feature flag 6 years ago