Skip to content
This repository has been archived by the owner on Jun 20, 2022. It is now read-only.

Commit

Permalink
fix: fix `import X from 'smooth-ui/X'
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Jun 2, 2018
1 parent 26c1d0c commit 41564b9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions babel.config.js
Expand Up @@ -18,9 +18,7 @@ if (process.env.BABEL_ENV === 'lib') {
})
} else if (process.env.BABEL_ENV === 'rollup') {
module.exports = config
}

if (process.env.NODE_ENV === 'test') {
} else if (process.env.NODE_ENV === 'test') {
module.exports = Object.assign({}, config, {
plugins: [
...config.plugins,
Expand Down

0 comments on commit 41564b9

Please sign in to comment.