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