Mel Massadian

Results 465 comments of Mel Massadian

Hi Claude! It does work indeed! I'm using SvelteKit (no webpack) ```js import adapter from '@sveltejs/adapter-auto'; import preprocess from 'svelte-preprocess'; import path, { dirname } from 'path' import { fileURLToPath...

@xat In svelte we can't "require" AFAIK 🥲

Another solution to avoid ejecting from CRA is to use [craco](https://github.com/gsoft-inc/craco) or [react-wired](https://github.com/timarney/react-app-rewired). Thanks for the sample webpack file @claudebarde

> Did anyone ever find a solution to this problem ? I can't find it now but I'll keep looking, but AFAIK there are discussions about re-adding the polyfills by...

> I compared dependencies and the difference was in my older projects "react-scripts": "4.0.3", and in my fresh created it is "react-scripts": "5.0.0", so changing react-scripts back to 4.0.3 solved...

Same here, it seems to list only the files created by the current app, even when not using automatic OAuth

@steinybot Good point I didn't know. Only Linux, BSD, OSX [available](https://github.com/getantibody/antibody/releases)

@mjpieters On which repo is the PR you are mentioning? (#1303)?

The repo does not exist anymore, same with `interact`

Oh it's there it was renamed, replace the URL in the Package.swift with: https://github.com/kieranb662/SwiftUI-Shapes