Skip to content

Commit

Permalink
Add support for loading html files
Browse files Browse the repository at this point in the history
  • Loading branch information
ventrec committed Feb 8, 2017
1 parent 564aec9 commit c2403e7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup/webpack.config.js
Expand Up @@ -100,6 +100,11 @@ module.exports.module = {
loaders: ['style-loader', 'css-loader']
},

{
test: /\.html$/,
loaders: ['html-loader']
},

{
test: /\.(png|jpg|gif)$/,
loader: 'file-loader',
Expand Down

0 comments on commit c2403e7

Please sign in to comment.