diff --git a/templates/app/webpack.make.js b/templates/app/webpack.make.js index 35137b455..156e5b275 100644 --- a/templates/app/webpack.make.js +++ b/templates/app/webpack.make.js @@ -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