-
error during build:
Error: [vite]: Rollup failed to resolve import "@popperjs/core/lib/popper-lite" from "node_modules/@protonemedia/inertiajs-tables-laravel-query-builder/dist/inertiajs-tables-lara…
-
# Vue version
2.7.7
# Step to reproduce
```
PS D:\dev\> npm create vue@2 vue-minimal
Vue.js - The Progressive JavaScript Framework
√ Add TypeScript? ... No / Yes
√ Add JSX Support? ..…
-
Official Vue support was added to parcel today. I was hoping that maybe I could use this plugin with a Vue SFC, but that doesn't appear to work as expected.
Here's a repro:
https://gist.github.c…
rzane updated
5 years ago
-
I'm trying to use the fragment plugin with my TypeScript Vue app created with Vue CLI:
import { Vue, Component } from 'vue-property-decorator';
import Fragment from 'vue-fragment';
…
-
I'm trying to use vue-snotify in a Vue.js TypeScript project.
At the moment, I'm importing and using it:
```
import Snotify from 'vue-snotify';
Vue.use(Snotify);
```
I'm trying to show a t…
-
Issue Type: Bug
❗️❗️❗️ Please fill in the sections below to help us diagnose the issue ❗️❗️❗️
**TypeScript Version:** 4.3.0-dev.20210319
**Steps to reproduce crash**
1.
2.
3.
**TS Server Log**
❗️…
-
### Environment *
`npm ls vue-gtag`:
```
-- vue-gtag@2.0.1
```
`npm ls vue`:
```
bridge.territorydashboards.app@0.1.0 C:\Users\cain.harniess\repos\New Globe\Bridge.TerritoryDashboards.A…
-
I have 2 applications for my single-spa
First application webpack.config.js:
```
{
mode: vars.webpackMode,
entry: options.webpackEntries,
experiments: {
ou…
-
Version 1.3.0 of this plugin worked fine; I've updated to 1.8.1 to work with Vite 3, and whenever I do a build (the dev server works fine) I get:
```
error Parsing error: The keyword 'import' is…
-
## **I'm submitting a ...**
- [x] bug report
- [ ] feature request
- [ ] support request
## **What is the current behavior?**
## **If the current behavior is a bug, please provide…