We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cddd7b commit a212236Copy full SHA for a212236
templates/app/webpack.make.js
@@ -189,7 +189,7 @@ module.exports = function makeWebpackConfig(options) {
189
// Reference: https://github.com/willyelm/pug-html-loader
190
// Allow loading Pug throw js
191
test: /\.(jade|pug)$/,
192
- loaders: ['pug-html']
+ loaders: ['raw-loader', 'pug-html']
193
}, {<% } %>
194
<%_ if(filters.html) { _%>
195
// HTML LOADER
0 commit comments