Ferdinand Full
Ferdinand Full
> Created a [fork](https://github.com/faberchri/fast-data-dev) with the required [changes](https://github.com/faberchri/fast-data-dev/commit/753da93c50187ac3d65d7f0bcca8b2d2af650090) to run on arm64 / Apple M1. > > Execute the following sequence of commands: > > ``` > git clone https://github.com/faberchri/fast-data-dev.git...
Hey all, our implementation looks like this and it's working pretty well: ``` module: { rules: [ { test: /\.modernizrrc$/, use: ['modernizr-loader', 'json-loader'], }, ] }, resolve: { alias: {...
I think it is related to https://github.com/karol-f/vue-custom-element/issues/219
I also encountered this problem and I solved it with the composable `useI18n`. The composable works with custom block messages, but the `$t` function does not. ```vue {{ t('headline') }}...
Nice Plugin! - But I have the same issue ;-). Not be able to make a production build is a reason to not use it :-(.
https://github.com/dahnielson/parcel-plugin-workbox/pull/16
Is this repository not maintained anymore?
I have found the same issue, seems to me that this library is unmaintained?