Skip to content

Commit

Permalink
Merge pull request #103 from jpkleemans/replacing-compiler-with-vue
Browse files Browse the repository at this point in the history
Replacing vue-compiler-sfc with vue core
  • Loading branch information
gkatsanos committed May 18, 2023
2 parents 8a2e17d + 6581248 commit 5fc7c4d
Show file tree
Hide file tree
Showing 3 changed files with 309 additions and 194 deletions.
2 changes: 1 addition & 1 deletion index.js
@@ -1,5 +1,5 @@
const fs = require('fs').promises
const { compileTemplate } = require('@vue/compiler-sfc')
const { compileTemplate } = require('vue/compiler-sfc')
const { optimize: optimizeSvg } = require('svgo')

module.exports = function svgLoader (options = {}) {
Expand Down

0 comments on commit 5fc7c4d

Please sign in to comment.