-
## What is this?
This is an automatically created issue which contains information about the version status of the documentations available on DevDocs. The results of this report can be used by maint…
-
**Describe the bug**
Using webpack to bundle, I have a babel config for build and I though to be able to use the same configuration for linguijs extraction configuration. But there is an issue with…
-
I tried the following in a Jest test:
``` js
jest.mock('meteor/universe:i18n');
```
But when my test imports a component using this package, I still get:
``` text
FAIL __tests__/ArtistTrackUI.js …
-
I see a couple complains in the form of #10449 about meteor packages causing server rebuilds.
But without using packages, the behavior is the same.
```
meteor create --full serverBuildRepro
…
-
## What is this?
This is an automatically created issue which contains information about the version status of the documentations available on DevDocs. The results of this report can be used by maint…
-
Issue Type: Bug
I have a full Node applications for which I'm unable to debug in VSC because breakpoints always remain unbound: https://stackoverflow.com/q/67137593. To make the problem easier to i…
-
Hi, we are a team who work using node.js. We are very excited about _BashOnWindows_ because using it, we can write bash scripts to setup, and start our development environment in any OS. There is only…
-
Hi,
Just to open a discussion about improving testing.
Right now, I only managed to setup Mocha to run with Meteor. I struggle to mock Meteor packages, mainly Mongo.
Jest is far more powerful…
-
Everything is working fine locally, but as soon as I deploy the project, it seems that ejs has an issue with a template. I couldn't figure out what's wrong and can't reproduce locally... any ideas?
…
-
I propose update
```
@babel/runtime ^7.0.0-beta.46 → ^7.9.2
babel-loader ^7.1.4 → ^8.1.0
babel-preset-env ^1.6.1 → ^1.7.0
bcrypt…