Этот коммит содержится в:
Pierre Rudloff
2016-07-19 18:28:04 +02:00
коммит произвёл Christopher Speller
родитель 6bbf8c8348
Коммит 3604f925a8
3 изменённых файлов: 44 добавлений и 29 удалений

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

@@ -45,8 +45,13 @@ var config = {
},
{
test: /\.json$/,
exclude: /manifest\.json$/,
loader: 'json'
},
{
test: /manifest\.json$/,
loader: 'file?name=files/[hash].[ext]'
},
{
test: /(node_modules|non_npm_dependencies)\/.+\.(js|jsx)$/,
loader: 'imports',
@@ -86,7 +91,8 @@ var config = {
new CopyWebpackPlugin([
{from: 'images/emoji', to: 'emoji'},
{from: 'images/logo-email.png', to: 'images'},
{from: 'images/circles.png', to: 'images'}
{from: 'images/circles.png', to: 'images'},
{from: 'images/favicon', to: 'images/favicon'}
]),
new webpack.LoaderOptionsPlugin({
minimize: !DEV,