-
```
// Rollup plugins.
import babel from 'rollup-plugin-babel'
import cjs from 'rollup-plugin-commonjs'
import globals from 'rollup-plugin-node-globals'
import replace from 'rollup-plugin-replace…
-
# Suggestion
## 🔍 Search Terms
- array map generic callback
- object.freeze array map
## ✅ Viability Checklist
My suggestion meets these guidelines:
* [x] This wouldn't be a …
-
iltorb was recently updated to version 1.1.0 to use ES2015.
package.json is pulling the latest. Should probably have it get 1.0.13 instead
```
/var/node_modules/shrink-ray/node_modules/iltorb/i…
pkboy updated
7 years ago
-
Angular 5.1.0
Trying to build using AOT gives an error:
```
ERROR in node_modules/angular5-svg-round-progressbar/angular5-svg-round-progressbar.d.ts.RoundProgressComponent.html(2,50): : Property …
-
Hello,
inside the `build.js` file you create the entry paths for es5 and es2015 modules in this way:
```
const es5Entry = path.join(es5OutputFolder, `${libName}.js`);
```
This resolves in the…
-
It is nowadays a best practice to inline some short CSS and JS for better webperf.
It would be nice to have an easy way to mark in a twig template where an external JS or CSS has to be inlined after …
-
What would be super helpful would be some kind of support for "importing" CSS files and externals files via standard es2015 import syntax like Webpack does.
Only thing needed here for a first step …
-
In order to suppoprt newer node and nw.js versions, an update of the dependency versions should be done.
I have struggled some time to fight upcoming errors. ;-)
"devDependencies": {
"fs-jetpac…
-
I'm writing for Angular2 in Typescript targeting es5 with es2015 modules.
Promise is a constructor that at run time in the browser resolves to ZoneAwarePromise() from zone.js
`obs$.toPromise() `…
-
## 早报 @ 2018.8.21
* 部署 es2015+ 的代码,包含 es modules、class、async/await、arrow function 等,类似 vue-cli 提供的 modern mode,https://philipwalton.com/articles/deploying-es2015-code-in-production-today/
* 2018 年…