Skip to content
This repository has been archived by the owner on Aug 4, 2021. It is now read-only.

Commit

Permalink
-> v2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed Jun 23, 2016
1 parent d73b57a commit 88b685b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# rollup-plugin-babel changelog

## 2.6.1

Return a `name`

## 2.6.0

* Use `\0` convention for helper module ID ([#64](https://github.com/rollup/rollup-plugin-babel/issues/64))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rollup-plugin-babel",
"version": "2.6.0",
"version": "2.6.1",
"description": "Seamless integration between Rollup and Babel.",
"main": "dist/rollup-plugin-babel.cjs.js",
"jsnext:main": "dist/rollup-plugin-babel.es6.js",
Expand Down
2 changes: 2 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ export default function babel ( options ) {
delete options.externalHelpers;

return {
name: 'babel',

resolveId ( id ) {
if ( id === HELPERS ) return id;
},
Expand Down

0 comments on commit 88b685b

Please sign in to comment.