-
Hi all,
cannot make this work, i have all the time unkjnown provider.
Here is my webpack conf:
```
{
test: /\.js$/,
exclude: /(node_modules|bower_components)/,
loader: 'ng-annotate…
-
My source file (`main.es6.js`):
```
const possibleDirections = {
top: true,
right: false,
bottom: true,
left: true
}
const directions = Object.entries(possibleDirections)
for (const […
-
[双击666](https://babeljs.io/)
国内很多少女懒得升级,都还在iOS9,不考虑她们的感受吗?
![image](https://cloud.githubusercontent.com/assets/8563082/23895757/e352b816-08e1-11e7-8a15-3dde15256dbd.png)
[各个浏览器es6支持度](http://ka…
-
## Some versions
**Node version** : v8.1.3
**Karma-ava** : v0.0.1
**ava**: github:jamestalmage/ava#karma-ava
## Karma config
The config as follows:
```js
let path = require('path');
m…
-
Fat arrows, string templates and more would be really nice to use with this project. I'm interested in putting work into this if a PR would be welcome.
kudos updated
6 years ago
-
Webpack started enforcing the presence of file extensions on `import`/`export` statements inside ES6 modules (https://github.com/webpack/webpack/issues/11467).
It seems Babel is currently injecting…
-
I think it would be helpful if the readme contained support.
-
Ref. https://github.com/yeoman/generator-webapp/pull/543#issuecomment-111724489.
-
### Version
29.2.5
### Steps to reproduce
The issue has been opened in jest but it seems to be a ts-jest issue:
https://github.com/jestjs/jest/issues/15312
When using TypeScript and ES6 m…
-
#Not sure if I'm just doing something wrong but it doesn't seem to work with single file components that rely on babel.
```
$ tape --require ./test_helper 'client/**/*.test.js'
/Users/chrisnicola…