Skip to content

Commit

Permalink
fix(webpack): use raw-loader for pug files
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Koroluk committed Mar 1, 2017
1 parent 1cddd7b commit a212236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/app/webpack.make.js
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ module.exports = function makeWebpackConfig(options) {
// Reference: https://github.com/willyelm/pug-html-loader
// Allow loading Pug throw js
test: /\.(jade|pug)$/,
loaders: ['pug-html']
loaders: ['raw-loader', 'pug-html']
}, {<% } %>
<%_ if(filters.html) { _%>
// HTML LOADER
Expand Down

0 comments on commit a212236

Please sign in to comment.