fix(build): Add common dir to webpack
This commit is contained in:
Родитель
47a1477212
Коммит
7ecf1143ca
|
@ -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"
|
||||
}
|
||||
]
|
||||
|
|
Загрузка…
Ссылка в новой задаче