Skip to content

Commit

Permalink
Support cursor files - closes #420
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreyWay committed Feb 19, 2017
1 parent 32050bd commit 5dc00a2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions setup/webpack.config.js
Expand Up @@ -141,6 +141,15 @@ module.exports.module = {
name: 'fonts/[name].[ext]?[hash]',
publicPath: Mix.resourceRoot
}
},

{
test: /\.(cur|ani)$/,
loader: 'file-loader',
options: {
name: '[name].[ext]?[hash]',
publicPath: Mix.resourceRoot
}
}
]
};
Expand Down

0 comments on commit 5dc00a2

Please sign in to comment.