-
Since acorn is written in ES6, it could define a `jsnext:main` field in its package.json to allow easier integration with other ES6 code, by letting them find the entry point.
See https://github.com/…
-
Hi,
I love this github project! Thank you for making it.
When I was looking at building this to production so I typed 'gulp production'.
This is what I got:
```
| => gulp production
[15:27:07] Usi…
-
I am trying to bundle es6 module files with some UMD style third party libraries, specifically [i18next](https://www.npmjs.com/package/i18next), [i18next backend](https://github.com/i18next/i18next-xh…
-
I am trying to bundle es6 module files with some UMD style third party libraries, specifically [i18next](https://www.npmjs.com/package/i18next), [i18next backend](https://github.com/i18next/i18next-xh…
-
Can't really figure out why?
```
node_modules/.bin/rollup --sourcemap --config rollup.config.js --input ./client/index.js --output ./tmp/client/index.js
```
```
{
"sourceMaps": "both",
"plugins"…
-
stampit v2 full minified is 13K.
The stampit v3 full minified is 44K.
We are using `_.mergeWith`. But stampit v2 uses lodash v3, and stampit v3 uses lodash v4.
Looks like lodash v4 is a bulky thing u…
-
I can't use variables inside imported html templates because right now you are using JSON.stringify() on the content.
template.html:
``` html
${name}
```
js:
``` js
var name = 'John';
import …
-
I had a previous issue thread here regarding rollup, and figured I should give it a last try.
I'm almost there, but now it screws up the unit tests....
I use Karma with webpack for my unit tests in t…
ghost updated
8 years ago
-
I know this was considered previously (#1978 mbostock/smash#12), but I’ve been using Browserify for a project and I like it quite a bit. It might be time to rewrite D3 to use Browserify along with the…
-
### Version
0.2.1
### Steps to reproduce
1. run npm install in project directory, react-typewriter does not build
2. cd to node_modules/react-typewriter, run npm install
### Expected behavior
projec…