reinerBa

Results 17 comments of reinerBa

@techquestions Sorry but i haven't written any Code in here and i see no conflicts. I did just build the fork of Heston1 for my purpose.

Screenshot from console of Chrome Version 120.0.6099.225 npm -v => 10.2.5 node -v => v20.10.0 ![image](https://github.com/epicmaxco/vuestic-admin/assets/4329883/1f44ae87-9eff-44d0-bbdc-5406c7bcbefe)

I have a Mixin that offers countdowns, intervals, task and the requested feature https://github.com/reinerBa/Vue-Interval as you can see in the demo

It works with async define config in vite and async import. Not a nice solution but it seems to work ``` javascript import { defineConfig } from 'vite' export default...

Ok so would need that module filed in the package.json, which is not included in the vite-> vue template https://bobbyhadz.com/blog/javascript-error-err-require-esm-require-of-es-module-not-supported

Please publish the current codebase on npm. In the npm version is no cjs file and no exports property in the package.json

The webpack pendant uses `.digest("base64")` https://github.com/waysact/webpack-subresource-integrity/blob/ad9265e2db2635abb4b75ff00f0f0dd6ecb14dff/webpack-subresource-integrity/util.ts#L54 instead of `.digest().toString('base64')` in the index.js here. The api suggests to use an encoding property in digest https://nodejs.org/api/crypto.html#hashdigestencoding Maybe that is a reason?