Skip to content

Commit

Permalink
Fixing import
Browse files Browse the repository at this point in the history
  • Loading branch information
gkatsanos committed May 18, 2023
1 parent 26ef1fa commit 65f3cf2
Showing 1 changed file with 1 addition and 1 deletion.
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 65f3cf2

Please sign in to comment.