We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d95083 commit c3b41efCopy full SHA for c3b41ef
1 file changed
templates/app/webpack.make.js
@@ -171,7 +171,7 @@ module.exports = function makeWebpackConfig(options) {
171
// Reference: https://github.com/webpack/jade-loader
172
// Allow loading jade throw js
173
test: /\.jade$/,
174
- loaders: ['pug-html']
+ loaders: ['raw', 'pug-html']
175
}, {<% } %>
176
<%_ if(filters.html) { _%>
177
// HTML LOADER
0 commit comments