Delete file-loader for images section

parent 71f40b08
......@@ -18,18 +18,6 @@ module.exports = {
loader: 'babel-loader',
exclude: '/node_modules/'
},
{
test: /\.(png|jpe?g|gif)$/i,
use: [
{
loader: 'file-loader',
options: {
publicPath: '.',
name: '/images/[name].[ext]'
}
}
]
},
{
test: /\.(woff(2)?|ttf|eot|svg)(\?v=\d+\.\d+\.\d+)?$/,
use: [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment