create-snowpack-app icon indicating copy to clipboard operation
create-snowpack-app copied to clipboard

The all-in-one app template for Snowpack. [moved]

Results 14 create-snowpack-app issues
Sort by recently updated
recently updated
newest added

In snowpack it is not clear how to enable css modules for `.vue` files using the `module` attribute. Usage example: ``` .App { text-align: center; } ``` Using the above...

It looks like the bundling step from `@snowpack/plugin-parcel` doesn't do any kind of cleanup after bundling, so the build directory ends up containing the bundled/fingerprinted assets _and_ the original output...

help wanted

Currently, code that is generated by plugins such as @snowpack/plugin-vue is not transpiled using the respective build script. In the following example, I'd expect esbuild to handle the nullish-coalescing operator...

Hi, I'm still trying to understand how hmr works in snowpack. Using the default template 0.8.0. When I change the css part of App.js, the hmr module reloads only the...