-
Just FYI,
In your webpack.config.js file loaders should look something like this.
```
module: {
loaders: [
{
test: /\.jsx?$/,
exclude: /…
ghost updated
7 years ago
-
With Angular 13 a new package format was rolled out. They're also encouraging library developers to publish libraries with partial ivy compilation mode, which removes the need for ngcc. This library…
-
If I add a `.babelrc` file like this:
``` json
{
"plugins": ["transform-runtime"],
"presets": ["es2015", "stage-0"]
}
```
I get this error in VisualStudio when saving an es6 file:
```
Sever…
-
I have following `tsconfig.json`:
```
{
"compilerOptions": {
"target": "es6",
"module": "commonjs",
"moduleResolution": "node",
"jsx": "react",
"e…
-
![Alt text](http://8bitrockr.com/img/logo_w.png)
## Location
- Saigon, Vietnam
- http://www.8bitrockr.com
## Salary Expectation
- 1,500$ - 2,000$ /month
## The Job
- **Rockstar** - Join our Rockstars …
-
I ran into some error with babel configuration since they using removed babel 5 options.
When I removed all stuff in .babelrc, it works.
-
This page of the tutoral isn't working for me
https://codelabs.developers.google.com/codelabs/chrome-es2015/index.html?index=2#1
the following two console errors are logged when I try to make a n…
-
The below code gives "The body of a for in should be wrapped in an if statement to filter unwanted properties from the prototype.":
``` javascript
// jshint esnext: true, forin: true
for (let x in ob…
-
Hey! Thanks for the great tool! Saved me plenty of time already finding which PRs break my code.
Anyways, I was running a bisect and I got this error `Unable to build typescript at rev 3d8cf62846c8…
-
Hello. Thank you for your project 👍
---
TypeScript module resolution shortcuts are not transformed into a plain paths.
**tsconfig.json**
```json
{
"compilerOptions": {
"target": …