idler
idler
Hello @knownasilya ,Is the 2.0 development plan still going on? I use strider inside the enterprise, it is very good, but it seems that it is very necessary to upgrade,...
In `v4.0.0-beta.3` has the same problem
Hey, I'm facing the same problem now. Is there any plan to fix this? I have an idea to add a feature for [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) to resolve this. If we need...
> Hey, I'm facing the same problem now. Is there any plan to fix this? > I have an idea to add a feature for [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) to resolve this. >...
I'm facing the same problem I tried to modify the `javascriptEnabled` option as `true` in the `node_modules/less/lib/less/default-options.js` Then it works. But it's a very hard code. Looking forward to a...
Hi @jtiai , Seems the https://unpkg.com/[email protected]/graphql.js file has not exported the `GraphQLError` module. In your case, you should use to instead. ``` import { GraphQLError } from 'https://esm.sh/[email protected]/index' ``` hope...
> The catch is that plain graphql import is being widely used by many 3rd party packages which I can't change. Okay, I found the problem that is due to...
@jtiai We has been fixed the entry point bug, could you please try again? The pin `v112` will resolve the import path to `https://esm.sh/[email protected]` to `https://esm.sh/v112/[email protected]/es2022/graphql.mjs` and export some correct...
@jtiai Could you please share your full use case?
Hey @ije , The URL comes from the correct redirect on visits: `localhost:8080/@ant-design/icons/es/icons/RocketOutlined.js?bundle&deps=react@18,react-dom@18,antd@4`.