create-snowpack-app
create-snowpack-app copied to clipboard
The all-in-one app template for Snowpack. [moved]
Hi there, I don't know if this is a specific platform problem, but I have the following problem with the HRM. I use the `@snowpack/app-template-11ty` and it works fine except...
Hi. I'm trying to migrate our web application into snowpack using CSA React template but I got a weird error that I couldn't find any solution for it. Currently, we're...
The loaded CSS file from import statement work fine with build script. But the style in Vue file doesn't load PostCSS and it put raw unprocessed file instead. Current workaround...
### Description Using `CSA` with the `--template @snowpack/app-template-react-typescript` and `--use-pnpm` option together, the resulting bootstrapped app will fail to start or build. ``` mount:web_modules.......[DONE] mount $WEB_MODULES --to /web_modules mount:public............[DONE] mount...
Use public path instead of baseUrl in adding resource to html file. Please refer to this discussion - https://www.pika.dev/npm/snowpack/discuss/498
It's difficult to type the full name of the application templates everytime or I have to copy paste everytime from the readme, and it will be error prone with a...
Awesome work you have done. May i suggest an sucrase plugin? [sucrase.io](https://sucrase.io) Should be possible with the plugin to reduce packages that are installed. babel-core installs a lot of packages....
I have looked through both open and closed issues and I don't see any mentions of an app template for [Haunted](https://github.com/matthewp/haunted). It's quite popular and my preferred way of developing...
It seems like currently create-snowpack-app won't pick up `.gitignore` from template? https://github.com/pikapkg/create-snowpack-app/blob/a795622011744fe8aee8e712b67704bac30edad8/packages/create-snowpack-app/index.js#L93-L96 Am I misunderstanding here? it would be nice if we can derive `.gitignore` from template if there is...
Hi all, I am still very new to snowpack, so please bear with me if my issue seems trivial. My setup: Ubuntu: 20.04 npm: 6.14.5 node: v13.15.0 I created a...