suarezph
suarezph
@poupapaa @carolozar Hi, can I ask for help? seems I have a problem when building my application, it does not add a code "JS" and "CSS" in admin.html or index.html...
Same error I had also. Please make a solution.
> so adding a modules assets paths to `vite.config.js` file allows them to be compiled using `npm run build` > > ```js > export default defineConfig({ > plugins: [ >...
Hi I have added edited the plugin and added "actualStep" in the "settings" to make the step dynamic. ``` `if(settings.actualStep == '1'){ $btnPrevious.attr('disabled', 'disabled'); } else{ $btnPrevious.removeAttr('disabled'); }` `$actualStep =...
seems this file is not there
Hi grain I used wow.js instead of wowjs, because it is not working with import ... from 'wowjs' and then tried the code you have provided. when I run in...