| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 1cddd7b commit a212236
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -189,7 +189,7 @@ module.exports = function makeWebpackConfig(options) { | |||
| 189 | 189 | // Reference: https://github.com/willyelm/pug-html-loader | |
| 190 | 190 | // Allow loading Pug throw js | |
| 191 | 191 | test: /\.(jade|pug)$/, | |
| 192 | - loaders: ['pug-html'] | ||
| 192 | + loaders: ['raw-loader', 'pug-html'] | ||
| 193 | 193 | }, {<% } %> | |
| 194 | 194 | <%_ if(filters.html) { _%> | |
| 195 | 195 | // HTML LOADER | |
| Back | FazBrowse Home | New Git URL |
0 commit comments