Skip to content

Commit d8346f9

Browse files
committed
fix(webpack): we don't need the raw loader with the pug-html loader
1 parent 98add1d commit d8346f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: templates/app/webpack.make.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ module.exports = function makeWebpackConfig(options) {
170170
// Reference: https://github.com/webpack/jade-loader
171171
// Allow loading jade throw js
172172
test: /\.jade$/,
173-
loaders: ['raw', 'pug-html']
173+
loaders: ['pug-html']
174174
}, {<% } %>
175175
<%_ if(filters.html) { _%>
176176
// HTML LOADER

0 commit comments

Comments
 (0)