rudyhadoux
rudyhadoux
You can add to User a boolean attribute for "a connected state". And do subscriptions linked to this attribute.
For @auth or @versioned by example, there is no need to add anything.
$session = \Stripe\Checkout\Session::create([ 'payment_method_types' => ['card'], 'line_items' => [[ 'price_data' => [ 'product_data' => [ 'name' => $productName, 'metadata' => [ 'pro_id' => $productID ] ], 'unit_amount' => $stripeAmount, 'currency'...
Same MJS problem with Angular and AWS Amplify. @flyandi What is the file we must change please ?
It is a problem of library. Badly configured for webpack 5.
@dexster Good information, thanks.
Did you try **npm i -S graphql** ? To have the latest packages.
Someone told me in an other issue that latest packages work for webpack 5. I don't have time to investigate further.
Yes but I think that is the same problem. https://webpack.js.org/blog/2020-10-10-webpack-5-release/#commonjs-tree-shaking