yarn
Here are 3,186 public repositories matching this topic...
-
Updated
Jul 29, 2020 - JavaScript
-
Updated
May 12, 2021 - JavaScript
Describe the bug
I've built the verdaccio/verdaccio:local
local image (Windows 10 latest, Docker Desktop) but cannot build the v4/5 reverse_proxy
docker-examples.
To Reproduce
-
cd verdaccio && pnpm docker
-
cd verdaccio\docker-examples\v4\reverse_proxy\nginx\relative_path\
OR
cd verdaccio\docker-examples\v5\reverse_proxy\nginx_relative\
-
docker-compose up
Current Behavior
UMD build doesn't support code-splitting and dynamic imports (rollup/rollup#3490, rollup/rollup#3491) due to Rollup current limitations, and tsdx cli don't accept the format option amd
when creating build config
Suggested Solution
Consider support AMD module format, o
-
Updated
May 17, 2021 - JavaScript
I'm not sure if this is the right approach and maybe I've not understood this new part of the pipeline, yet, but:
Suppose, the major part of the app code lives inside a rails engine including all javascripts. And there are several main apps using that engine. The main apps only contain some layout changes and some minor patches.
Therefore, in order to integrate the webpacker gem into this se
-
Updated
Feb 14, 2021
- I'd be willing to implement this feature (contributing guide)
- This feature is important to hav
-
Updated
Apr 9, 2021 - TypeScript
-
Updated
Jul 15, 2020 - JavaScript
-
Updated
Apr 28, 2021 - TypeScript
-
Updated
May 10, 2021 - JavaScript
-
Updated
May 20, 2020 - Java
-
Updated
Jun 3, 2021 - PHP
-
Updated
May 10, 2021 - JavaScript
-
Updated
May 31, 2021 - JavaScript
-
Updated
Apr 8, 2021 - TypeScript
-
Updated
May 30, 2021 - JavaScript
In packages/components-typescript/package.json the fields main
and main:src
: refer to files that do not exist:
"main": "src/index.tsx",
"main:src": "src/index.tsx",
The index.tsx
file is located in packages/components-typescript/index.tsx
Are these two fields redundant?
-
Updated
May 27, 2021 - TypeScript
Improve this page
Add a description, image, and links to the yarn topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the yarn topic, visit your repo's landing page and select "manage topics."
Do you want to request a feature or report a bug?
feature request
What is the current behavior?
Currently
yarn why
won't indicate any package info in the resolutions fieldIf the current behavior is a bug, please provide the steps to reproduce.
"pkg": "^1.0.0"
resolutions
field in package.json,pkg: "1.0.0"