Update webpack 2.2.0-rc.3
This commit is contained in:
@@ -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)$/,
|
||||
|
||||
Reference in New Issue
Block a user