chore: clean up babel config (#1099)

This commit is contained in:
Nolan Lawson 2019-03-15 23:54:09 -07:00 committed by GitHub
parent ffd570f8b0
commit 14cac8501b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -36,7 +36,8 @@ module.exports = {
}
},
{
test: /node_modules\/emoji-mart/,
test: /\.m?js$/,
include: /node_modules\/emoji-mart/,
use: {
loader: 'babel-loader',
options: {