Skip to content

Commit b773c8a

Browse files
committed
Fix webpack config typo
1 parent 5acf33b commit b773c8a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

webpackBaseConfig.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ module.exports = {
337337
"gist-embed": path.join(__dirname, 'node_modules/gist-embed/gist-embed.min.js'),
338338
"bootstrap-tooltip": path.join(__dirname, 'public/vendor/bootstrap/tooltip.min.js'),
339339
"headjs": path.join(__dirname, 'node_modules/reveal.js/lib/js/head.min.js'),
340-
"reveal-markdown": path.join(__dirname, 'public/js/reveal-markdown.js'),
340+
"reveal-markdown": path.join(__dirname, 'public/js/reveal-markdown.js')
341341
}
342342
},
343343

0 commit comments

Comments
 (0)