Skip to content

Commit

Permalink
fix: Print explicit error if use with babel 6 is attempted (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
coreyfarrell committed May 16, 2019
1 parent d3f6ded commit a12cf16
Show file tree
Hide file tree
Showing 6 changed files with 127 additions and 852 deletions.
8 changes: 0 additions & 8 deletions .babelrc

This file was deleted.

12 changes: 12 additions & 0 deletions babel.config.js
@@ -0,0 +1,12 @@
'use strict'

module.exports = {
plugins: [
'@babel/plugin-transform-modules-commonjs'
],
env: {
test: {
plugins: ['./lib']
}
}
}

0 comments on commit a12cf16

Please sign in to comment.