yarn
Here are 2,532 public repositories matching this topic...
.jsx instead of .js
Type of issue: (feature suggestion, bug?)
Suggestion
Chapter:
no-chapter
Why use .jsx
instead of .js
? It's not a best practice: facebook/create-react-app#87 (comment)
-
Updated
Jul 16, 2020 - JavaScript
Current Behavior
For every new project I start with TSDX, one of my first steps is to add stubs for static assets and stylesheets - as detailed on the Jest docs.
Desired Behavior
Add Jest file stubs in to the TSDX setup.
Suggested Solution
Following the Jest docs
// package.json
{
"jest": {
"m
We need to add tests for source/util.js
, source/version.js
, source/git-util.js
and source/npm/util.js
.
There is a $60.00 open bounty on this issue. Add mo
Is there any documentation on how to use less-loader
with webpacker? I just spent the last four hours trying to figure out why my application was throwing a this[MODULE_NAME] is not a function
because of a dependency upgrade, and found out that it was because in my loader I was using MiniCssExtractPlugin.loader
, but webpacker was using its own internal version of MiniCssExtractPlugin
. I wo
-
Updated
Jul 5, 2020
-
Updated
Jul 15, 2020 - JavaScript
- I'd be willing to implement a fix
Describe the bug
I'm working in a mono repo with yarn workspaces, and have noticed that yarn constraints
does not always report all the errors that exist. I've tracked this down to be due to the default tau-prolog resolution step limit being used (1000), which wasn't enough in my case. (see http://tau-prolog.org/manual/a-simple-tutorial#sessions)
-
Updated
Jul 8, 2020 - TypeScript
-
Updated
Jul 16, 2020 - JavaScript
-
Updated
Mar 15, 2020 - PHP
-
Updated
Jul 7, 2020 - JavaScript
-
Updated
Oct 8, 2018 - TypeScript
-
Updated
Jul 15, 2020 - JavaScript
-
Updated
Nov 28, 2018 - JavaScript
-
Updated
Jun 28, 2020 - TypeScript
-
Updated
Jun 6, 2020 - JavaScript
-
Updated
May 10, 2020 - Shell
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"