Skip to content

Commit c3b41ef

Browse files
committed
fix(webpack): use raw loader with jade
1 parent 9d95083 commit c3b41ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/app/webpack.make.js

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

0 commit comments

Comments
 (0)