We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bce0f2 commit b152a77Copy full SHA for b152a77
templates/app/webpack.make.js
@@ -162,7 +162,7 @@ module.exports = function makeWebpackConfig(options) {
162
// Rename the file using the asset hash
163
// Pass along the updated reference to your code
164
// You can add here any file extension you want to get copied to your output
165
- test: /\.(png|jpg|jpeg|gif|svg|woff|woff2|ttf|eot)$/,
+ test: /\.(png|jpg|jpeg|gif|svg|woff|woff2|ttf|eot)([\?]?.*)$/,
166
loader: 'file'
167
}, {
168
<%_ if(filters.jade) { _%>
0 commit comments