-
### Bug Report: Quick Checklist
- [x] I am on the latest version of Astro & all plugins: **v0.13**
- [x] I am on an ESM Node.js version: **v14.15.3**
- [x] I use package manager: **Yarn**
- [x] …
-
_main.mjs:_
```js
import { answer } from './file.cjs'
console.log(answer)
```
_file.cjs:_
```js
module.exports = require('./answer.cjs')
```
_answer.cjs:_
```js
exports.answer = 42
`…
dmail updated
3 years ago
-
### What package manager are you using?
npm
### What operating system are you using?
Mac
### Describe the Bug
I'm new to Astro and I was trying to convert from css to scss, but kept getting `Not …
IanVS updated
2 years ago
-
### What package manager are you using?
npm
### What operating system are you using?
Mac
### Describe the Bug
The Snowpack plugin which powers Astro uses the `load` hook to compile `.astro` files…
-
Everything is OK yesterday,but I've had this problem since I installed it again this morning
![image](https://user-images.githubusercontent.com/18640050/109591153-fd730480-7b47-11eb-9a89-4ef5c55fb0b3…
-
Snowpack is built using Rollup, and even offers the ability to pass [Rollup options in its config file](https://www.snowpack.dev/reference/configuration), similar to Vite.
Its [plugin API](https://ww…
-
Have you thought to upgrade to either snowpack or vite based on esbuild?!
-
### What package manager are you using?
yarn
### What operating system are you using?
Windows
### Describe the Bug
I can't use the [](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-set…
-
### What package manager are you using?
I believe NPM, though I do have pnpm installed globally it's not configured to use it
### What operating system are you using?
Windows 10, Node v14.15.…
-
### What package manager are you using?
npm
### What operating system are you using?
Mac
### Describe the Bug
When using the following Snowpack plugin in Astro, which processes a `.modu…