Skip to content

Commit

Permalink
Docs: Update require statement example ๐Ÿ“
Browse files Browse the repository at this point in the history
  • Loading branch information
DHedgecock committed Feb 20, 2020
1 parent 1483477 commit 35b4167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ npm i @babel/runtime -E
// babel.config.js
'use strict'

const babelBase = require('@crystal-ball/babel-base')
const babelBase = require('@crystal-ball/babel-base').default

module.exports = function babelConfigs(api) {
// Generate base Babel configs for your target project type
Expand Down

0 comments on commit 35b4167

Please sign in to comment.