Skip to content

Commit

Permalink
Merge pull request #246 from Darrken/classnames
Browse files Browse the repository at this point in the history
Classname refactoring
  • Loading branch information
Jake Rios committed Dec 17, 2018
2 parents cbb510d + 2500b5a commit 19884f3
Show file tree
Hide file tree
Showing 45 changed files with 3,520 additions and 3,715 deletions.
11 changes: 0 additions & 11 deletions packages/es-components/.babelrc.js

This file was deleted.

15 changes: 15 additions & 0 deletions packages/es-components/babel.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
const presets = [
[
'wtw-im',
{
extractFormatMessage: false,
transformFormatMessage: false
}
]
];

const plugins = [
'@babel/plugin-proposal-export-default-from'
];

module.exports = { presets, plugins };
4 changes: 1 addition & 3 deletions packages/es-components/config/jest-shims.js
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
import { noop } from 'lodash';

global.requestAnimationFrame = noop;
global.requestAnimationFrame = function noop(){};

0 comments on commit 19884f3

Please sign in to comment.