| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -79,6 +79,11 @@ module.exports = { | |||
| 79 | 79 | exclude: /(node_modules|vendor|javascripts-legacy)/, | |
| 80 | 80 | loader: 'babel-loader', | |
| 81 | 81 | }, | |
| 82 | + { | ||
| 83 | + test: /\.svg$/, | ||
| 84 | + exclude: /(node_modules|javascripts-legacy)/, | ||
| 85 | + loader: 'svg-loader', | ||
| 86 | + }, | ||
| 82 | 87 | ], | |
| 83 | 88 | }, | |
| 84 | 89 | plugins: [ | |
| Back | FazBrowse Home | New Git URL |
0 commit comments