# @pinegrow/vite-plugin - Official?

**URL:** https://forum.pinegrow.com/t/pinegrow-vite-plugin-official/7254
**Category:** Questions
**Created:** [November 24, 2022, 11:44am UTC](https://forum.pinegrow.com/t/pinegrow-vite-plugin-official/7254 "2022-11-24T11:44:28Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![fakesamgregory](https://yyz2.discourse-cdn.com/flex036/user_avatar/forum.pinegrow.com/fakesamgregory/32/3903_2.png) [@fakesamgregory](https://forum.pinegrow.com/u/fakesamgregory)
#### Post date: [November 24, 2022, 11:44am UTC](https://forum.pinegrow.com/t/pinegrow-vite-plugin-official/7254/1 "2022-11-24T11:44:28Z")

</div>

I stumbled across [@pinegrow/vite-plugin](https://www.npmjs.com/package/@pinegrow/vite-plugin). It has no documentation and I’m wondering if it’s official?

I’m trying to bundle my JavaScript with Vite and while I’m still understanding what it’s doing and ES Modules in general, I can’t help but feel like Pinegrow is getting in the way somewhere.

Anyone else had any luck with a JavaScript bundler and Pinegrow that’s NOT Webpack?

---

<div class="post-metadata">

### Author: ![TechAkayy](https://avatars.discourse-cdn.com/v4/letter/t/ce73a5/32.png) [@TechAkayy](https://forum.pinegrow.com/u/TechAkayy)
#### Post date: [November 24, 2022, 11:51am UTC](https://forum.pinegrow.com/t/pinegrow-vite-plugin-official/7254/2 "2022-11-24T11:51:26Z")

</div>

Hi @fakesamgregory,

That npm package is part of the Vue integration we are working on.

You don’t require that for your usual JS bundling when using Vite. Here is a related [thread](https://forum.pinegrow.com/t/javascript-es6-modules/7229/2) 😃

---

<div class="post-metadata">

### Author: ![fakesamgregory](https://yyz2.discourse-cdn.com/flex036/user_avatar/forum.pinegrow.com/fakesamgregory/32/3903_2.png) [@fakesamgregory](https://forum.pinegrow.com/u/fakesamgregory)
#### Post date: [November 24, 2022, 12:14pm UTC](https://forum.pinegrow.com/t/pinegrow-vite-plugin-official/7254/3 "2022-11-24T12:14:41Z")

</div>

Thanks. I’ll look into Lib mode. I was going to ask how you got it working with other libraries.

On another note, does the Pinegrow team know you’re occupying @pinegrow name space on NPM? Normally this is reserved for official packages to help the community. It could be misleading!

---

<div class="post-metadata">

### Author: ![TechAkayy](https://avatars.discourse-cdn.com/v4/letter/t/ce73a5/32.png) [@TechAkayy](https://forum.pinegrow.com/u/TechAkayy)
#### Post date: [November 24, 2022, 12:24pm UTC](https://forum.pinegrow.com/t/pinegrow-vite-plugin-official/7254/4 "2022-11-24T12:24:08Z")

</div>

Yes, it is the official account, Im collaborating with Matjaz on these!

This package is not for public usage yet as indicated by the alpha/beta flag on it.

---

<div class="post-metadata">

### Author: ![George\_Graham](https://avatars.discourse-cdn.com/v4/letter/g/b5ac83/32.png) [@George\_Graham](https://forum.pinegrow.com/u/George_Graham)
#### Post date: [November 24, 2022, 2:13pm UTC](https://forum.pinegrow.com/t/pinegrow-vite-plugin-official/7254/5 "2022-11-24T14:13:06Z")

</div>

This is what I am really looking forward to. Any idea of the timeframe for a release? I use WordPress, but what I think pinegrow needs is a more modern dev tool / framework, and Vue is an excellent choice. 😄

---

<div class="post-metadata">

### Author: ![matjaz](https://yyz2.discourse-cdn.com/flex036/user_avatar/forum.pinegrow.com/matjaz/32/5_2.png) [@matjaz](https://forum.pinegrow.com/u/matjaz)
#### Post date: [November 24, 2022, 3:08pm UTC](https://forum.pinegrow.com/t/pinegrow-vite-plugin-official/7254/6 "2022-11-24T15:08:17Z")

</div>

> [@fakesamgregory](#):
>
> On another note, does the Pinegrow team know you’re occupying @pinegrow name space on NPM?

Yes, we are working closely with @TechAkayy on integrating Pinegrow into a vite-based workflow (VUE at first).
