parcel-resolver-vue3-runtime
v2.1.0
Published
Parcel plugin that resolves vue-3 runtime for browsers in production environment
Downloads
6
Maintainers
Readme
parcel-resolver-vue3-runtime
🌀 Parcel 2 plugin that resolves vue-3 runtime in production environment.
Installation
# Installs the plugin and saves it as a dev dependency
npm i parcel-resolver-vue3-runtime -D
Configuration
Create a .parcelrc
configuration file and add the plugin to resolvers like this:
{
"extends": "@parcel/config-default",
"resolvers": ["parcel-resolver-vue3-runtime", "..."]
}
Motivation
This plugin solves issue #7663 for vue-3 runtime in production environment.