Skip to content

Commit

Permalink
refactor: remove image webpack task since no images are in the add-on
Browse files Browse the repository at this point in the history
  • Loading branch information
DevinWalker committed Jan 24, 2019
1 parent 628a571 commit fdd28fd
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,18 +77,18 @@ const config = {
},

// Image files.
{
test: /\.(png|jpe?g|gif|svg)$/,
use: [
{
loader: 'file-loader',
options: {
name: 'images/[name].[ext]',
publicPath: '../'
}
}
]
}
// {
// test: /\.(png|jpe?g|gif|svg)$/,
// use: [
// {
// loader: 'file-loader',
// options: {
// name: 'images/[name].[ext]',
// publicPath: '../'
// }
// }
// ]
// }
]
},

Expand Down

0 comments on commit fdd28fd

Please sign in to comment.