-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not quite sure how to use this? #4
Comments
Hey there! After that all you need to do is install this plugin and use |
Thanks for this plugin, Marlon. I had a similar problem to @sebszocinski and it took me a while to figure out what the disconnect was. I used create-snowpack-app to set up my projects, which puts javascript/typescript in a By default, the That section of mount: {
public: { url: '/', static: true },
src: { url: '/dist' },
} to: mount: {
public: { url: '/', static: false },
src: { url: '/dist' },
} With luck, anyone else who runs into this problem will find this info. |
My bad guys, I honestly never used |
I am going to update the readme with a reference to your comment. |
Awesome. That should make things easier for some people. |
Hey i'm new to Snowpack and just playing around but I always code in pug so I want to get this working first but I'm a little confused coming from Webpack.
I have a
src
folder with anindex.pug
file and then apublic
folder which I assumed would build anindex.html
file intopublic
when I runsnowpack dev
but this doesn't seem to be the case?Can you provide some better instructions in the docs.
The text was updated successfully, but these errors were encountered: