1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-10-25 12:16:16 +02:00

bundle html inside of notes.js, no more need for relatively locating external html

This commit is contained in:
Hakim El Hattab
2020-05-18 15:59:18 +02:00
parent 8fc2ec9238
commit 3d2371f58c
10 changed files with 38 additions and 34 deletions

View File

@@ -38,6 +38,8 @@ process.setMaxListeners(20);
const babelConfig = {
exclude: 'node_modules/**',
compact: false,
extensions: ['.js', '.html'],
plugins: ['transform-html-import-to-string'],
presets: [[
'@babel/preset-env',
{