Skip to content

Commit

Permalink
#52: silence vue3-sfc-loader sourcemap warning
Browse files Browse the repository at this point in the history
  • Loading branch information
drweissbrot committed May 28, 2023
1 parent 94433f8 commit 7d12bd0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/server/dependencies.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import send from 'koa-send'
export const registerDependencyRoutes = (router) => {
router.get('/dependencies/vue.js', sendStaticFile('node_modules/vue/dist/vue.esm-browser.js'))
router.get('/dependencies/vue3-sfc-loader.js', sendStaticFile('node_modules/vue3-sfc-loader/dist/vue3-sfc-loader.esm.js'))
router.get('/dependencies/vue3-sfc-loader.esm.js.map', sendStaticFile('node_modules/vue3-sfc-loader/dist/vue3-sfc-loader.esm.js.map'))

router.get('/dependencies/normalize.css', sendStaticFile('node_modules/normalize.css/normalize.css'))

Expand Down

0 comments on commit 7d12bd0

Please sign in to comment.