-
We are currently evaluating `snowpack` and I am very grateful for your work on this integration.
We use `monaco-editor` in our app and using [@monaco-editor/react](https://www.npmjs.com/package/@mona…
-
`npx create-snowpack-app-interactive test`
- use svelte
- use postcss
- use pnpm
`pnpm install` -> already up to date
`pnpm build`
`Error: Cannot find module '@snowpack/plugin-build-script'`…
-
How do you configure this plugin to process math expressions embedded in the markdown using katex?
-
Note: I opened this issue with a higher level question, which was how `{foo: 'bar'}.foo === 'bar'` should be minified to `!0`, but this is due to the property accessor not simplifying. If this issue i…
-
Thanks for the plugin. I'm new to snowpack and am trying to get set up with an existing project that uses Stylus.
I believe it's currently not possible to pass Stylus options.
My use for options…
-
### Bug Report Quick Checklist
- [x] I am on the latest version of Snowpack & all plugins.
- [x] I use package manager **yarn/npm** (Fill in: npm, yarn, pnpm, etc).
- [x] I run Snowpack on OS **m…
-
```js
import ts from 'typescript';
ts.createSourceFile("x.ts", "const x: number = 1;", ts.ScriptTarget.Latest)
```
Runtime Error
```
Uncaught TypeError: Failed to resolve module specifier "p…
-
This was already reported and fixed in #2547, but for some reason it was closed without being merged. That PR should be re-opened and merged to fix this.
Tested on build `edef1986673d6049913315308f…
-
Please make sure that this is a build/installation issue. As per our [GitHub Policy](https://github.com/tensorflow/tensorflow/blob/master/ISSUES.md), we only address code/doc bugs, performance issues,…
-
I know its not official release yet, but most of it seems to work. I am having struggles adding this component library.
Here is how i setup the new project.
```bash
cd svelte-app
npm init svel…