Skip to content
#

yarn

Here are 2,649 public repositories matching this topic...

sabrinaluo
sabrinaluo commented Jun 5, 2019

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 field

If the current behavior is a bug, please provide the steps to reproduce.

  1. install a package with any version, e.g "pkg": "^1.0.0"
  2. add resolutions field in package.json, pkg: "1.0.0"
  3. upd
verdaccio
juanpicado
juanpicado commented Jun 24, 2020

This is the first try using GatsbyJS as website:

Goals

  • To have a more flexible website
  • Be able to add new pages based on different sources (GitHub, Markdown, etc etc)
  • Improve SEO experience
  • Custom versioning (nice to have): We don't want to build versioning for each change, versioning should be immutable. Eg: If we are on v5.0.0 and we release a patch version, the v5.0.0 wi
tsdx
zhaoyao91
zhaoyao91 commented Jul 16, 2020

Current Behavior

To export umd module, I would like to include all modules into the bundle, so I config the rollup

    if (config.output.format === 'umd') {
      delete config.external;
    }

but when building, it crashes:

(babel plugin) SyntaxError: /Users/bytedance/workspace/ee_web_apps-menu/node_modules/lodash-es/isBuffer.js: 'import' and 'export' may only appe
fiedl
fiedl commented May 8, 2017

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

berry
yinzara
yinzara commented Sep 4, 2020
  • I'd be willing to implement this feature
  • This feature can already be implemented through a plugin (it would require a change to yarnpkg-shell)

Describe the user story

$PWD or ${PWD} is the default Bash environment variable to refer to the current working directory. To allow for cross platform shell evaluation, the yarkpkg-shell should support expanding that environment vari

Improve this page

Add a description, image, and links to the yarn topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the yarn topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.