We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f9b188 commit 6cf2fbdCopy full SHA for 6cf2fbd
templates/app/webpack.make.js
@@ -183,10 +183,10 @@ module.exports = function makeWebpackConfig(options) {
183
loader: 'file'
184
}, {
185
<%_ if(filters.jade) { _%>
186
- // Jade LOADER
187
- // Reference: https://github.com/webpack/jade-loader
188
- // Allow loading jade throw js
189
- test: /\.jade$/,
+ // Pug HTML LOADER
+ // Reference: https://github.com/willyelm/pug-html-loader
+ // Allow loading Pug throw js
+ test: /\.(jade|pug)$/,
190
loaders: ['pug-html']
191
}, {<% } %>
192
<%_ if(filters.html) { _%>
0 commit comments