diff options
author | Francesco Cioria <firefelix@gmail.com> | 2017-01-21 13:44:33 +0100 |
---|---|---|
committer | Francesco Cioria <firefelix@gmail.com> | 2017-01-22 17:40:13 +0100 |
commit | 1fd376a5b8d22eb3aa7473bae4ef22881110db66 (patch) | |
tree | 9f71a3b97ef1e557298471d60cd52ff86faaead2 | |
parent | 93d5c5cde1053f4ee45c2044b3ba1f717b9ab83c (diff) | |
download | react-autosize-textarea-1fd376a5b8d22eb3aa7473bae4ef22881110db66.zip react-autosize-textarea-1fd376a5b8d22eb3aa7473bae4ef22881110db66.tar.gz react-autosize-textarea-1fd376a5b8d22eb3aa7473bae4ef22881110db66.tar.bz2 |
fix karma for babel@6
-rw-r--r-- | karma.conf.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/karma.conf.js b/karma.conf.js index d6ea1eb..daf05e6 100644 --- a/karma.conf.js +++ b/karma.conf.js @@ -46,7 +46,7 @@ module.exports = function (config) { loaders: [ { test: /\.jsx?$/, - loader: 'babel?stage=0&loose', + loader: 'babel', include: [paths.SRC, paths.TEST], exclude: /node_modules/ } |