FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

fix(webpack): use raw-loader for pug files · angular-fullstack/generator-angular-fullstack@a212236 · GitHub

This repository was archived by the owner on Jul 29, 2026. It is now read-only.

Commit a212236

Browse files
Andrew Koroluk
committed
fix(webpack): use raw-loader for pug files
1 parent 1cddd7b commit a212236

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎templates/app/webpack.make.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ module.exports = function makeWebpackConfig(options) {
189189
// Reference: https://github.com/willyelm/pug-html-loader
190190
// Allow loading Pug throw js
191191
test: /\.(jade|pug)$/,
192-
loaders: ['pug-html']
192+
loaders: ['raw-loader', 'pug-html']
193193
}, {<% } %>
194194
<%_ if(filters.html) { _%>
195195
// HTML LOADER

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL