babel-starter-kit icon indicating copy to clipboard operation
babel-starter-kit copied to clipboard

:tropical_fish: Babel Starter Kit is a project template for authoring and publishing JavaScript libraries

Results 45 babel-starter-kit issues
Sort by recently updated
recently updated
newest added

Problem described [here](https://github.com/rollup/rollup/issues/1141) and [here](https://github.com/rollup/rollup/issues/1141). It seems [`babel-preset-es2015-rollup`](https://github.com/rollup/babel-preset-es2015-rollup) you used is not maintained any more. # Way to fix Replace the lib with [`babel-plugin-external-helpers`](http://babeljs.io/docs/plugins/external-helpers/) and add this to package.json: ```...

Based on top of #163

Based on top of #162

This starter kit is a fantastic resource... thank you! One thing that threw us off as we were learning es2015 and all the new patterns with babel, was that not...

Closes #126 Closes #132 Closes #133 Closes #134 Closes #135 Closes #136 Closes #137 Closes #138 Closes #139 Closes #140 Closes #141 Closes #142 Closes #143 Closes #144 Closes #145...

| 🚨🔥⚠️ _Action required_: Switch to the new [Greenkeeper](https://git.io/uptodate) now! 🚨🔥⚠️ | | --- | | This version of Greenkeper will be __shutdown on May 31st.__ | | With [Integrations](https://developer.github.com/early-access/integrations/)...

greenkeeper

Hello, after getting several errors for the eslint config inside the test directory I've understood you missed a small thing, that is: ``` "plugins": ["import"], ``` without this it won't...

Hello lovely humans, [eslint-config-airbnb-base](https://www.npmjs.com/package/eslint-config-airbnb-base) just published its new version 11.1.3. State Update :rocket: Dependency eslint-config-airbnb-base New version 11.1.3 Type devDependency This version is **not covered** by your **current version range**....

greenkeeper

Hey there – nice project! It looks like there are a lot of similarities with the [generator-babel-boilerplate](https://github.com/babel/generator-babel-boilerplate). So much so, in fact, that it might make sense to team up?...