fix(build): Add common dir to webpack

This commit is contained in:
k88hudson 2016-03-23 13:39:23 -04:00
Родитель 47a1477212
Коммит 7ecf1143ca
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -70,7 +70,7 @@ module.exports = {
{test: /\.json$/, loader: "json"},
{
test: /\.jsx?$/,
include: /.\/(content-src|content-test)\//,
include: /.\/(common|content-src|content-test)\//,
loader: "babel"
}
]