Hans

Results 13 comments of Hans

This issue can be closed. Maintainers interested in this can see the [discussion here](https://github.com/HansUXdev/JS-1st-Snippets/issues/1) @Wscats, I also wanted to add, thank you so much for creating such a universal compile...

oh wow, thanks. I'll take a look this week then update everything.

I was working with either the alpha or beta so if you are using the most current version, @ChaerilM may be correct. I can double check this.

Glad to hear form someone using it. I'm not actually using b4-snippets, everything is from scratch. Also thanks for the tip about adding -bs after data, I'll have to double...

Hey thanks for making the request. I think that's a fair request that I can quickly enough. To clarify, all the current templates are from the official examples: https://v5.getbootstrap.com/docs/5.0/examples/ The...

> Any help here would be very much appreciated! Definitely want to include v5 in this with a new tagged release. A single massive PR would be a little difficult...

*Think* it is a version issue. Use NVM for a different version to double check it. It may also have something to do with LibSass or Python?

Does this really need a webpack config file? We could use use the webpack cli. ```json "config": { "src": "./assets/js/src", "dest": "./assets/js/dist", "presets":"@babel/preset-env", "plugins":"@babel/plugin-proposal-optional-chaining,@babel/plugin-proposal-function-bind", "mode":"production", "targets":"browserslist:modern", "ignore ": "", },...

For live reload, I think it would be worth exploring using [live reload's cli](https://www.npmjs.com/package/livereload#method-1-using-the-command-line-interface) instead of using nodemon, I haven't done this yet so if anyone has and has run...

@sudoforge I would like to see this too but I have a few questions. Could be wrong but this process seems to be done in the new.js file which basically...