vue3-yuanma/packages/shared
Evan You 54727f9874 feat: provide ability to overwrite feature flags in esm-bundler builds
e.g. by replacing `__VUE_OPTIONS_API__` to `false` using webpack's
`DefinePlugin`, the final bundle will drop all code supporting the
options API.

This does not break existing usage, but requires the user to explicitly
configure the feature flags via bundlers to properly tree-shake the
disabled branches. As a result, users will see a console warning if
the flags have not been properly configured.
2020-07-20 21:51:30 -04:00
..
__tests__ fix(v-model): handle more edge cases in looseEqual() (#379) 2020-07-15 09:37:51 -04:00
src feat: provide ability to overwrite feature flags in esm-bundler builds 2020-07-20 21:51:30 -04:00
api-extractor.json refactor(types): mark internal API exports and exclude from d.ts 2020-04-30 17:04:35 -04:00
index.js build: make @vue/shared public 2020-02-29 22:04:42 -05:00
package.json release: v3.0.0-rc.2 2020-07-19 14:52:42 -04:00
README.md chore: update @vue/shared readme [ci skip] 2020-02-29 22:05:41 -05:00

@vue/shared

Internal utility functions and constants shared across @vue packages.