mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-07-24 08:05:04 +00:00
Replace vue-svg-loader dependency with simple JS file (fixes a security alert) (#389)
This commit is contained in:
parent
330697bb98
commit
3c29633745
5 changed files with 244 additions and 15609 deletions
4
frontend/vue-svg-loader.js
Normal file
4
frontend/vue-svg-loader.js
Normal file
|
@ -0,0 +1,4 @@
|
|||
module.exports = function VueSvgLoader(svg) {
|
||||
this.cacheable();
|
||||
return `<template>${svg}</template>`;
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue