Update webpack 2.2.0-rc.3

This commit is contained in:
QWp6t
2017-01-09 13:09:34 -08:00
parent 0456dccdc2
commit 71791d836c
3 changed files with 23 additions and 25 deletions

View File

@@ -71,11 +71,9 @@ let webpackConfig = {
{
test: /\.(png|jpe?g|gif|svg|ico)$/,
include: config.paths.assets,
use: [
`file?${qs.stringify({
name: `[path]${assetsFilenames}.[ext]`,
})}`,
],
loader: `file?${qs.stringify({
name: `[path]${assetsFilenames}.[ext]`,
})}`,
},
{
test: /\.(ttf|eot)$/,