parcel-resolver-vue3-runtime

2.1.0 • Public • Published

parcel-resolver-vue3-runtime

Version License: MIT

🌀 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.

Package Sidebar

Install

npm i parcel-resolver-vue3-runtime

Weekly Downloads

94

Version

2.1.0

License

MIT

Unpacked Size

2.76 kB

Total Files

4

Last publish

Collaborators

  • npulidom