mirror of
https://github.com/Noratrieb/slides.git
synced 2026-01-14 08:25:05 +01:00
bundle html inside of notes.js, no more need for relatively locating external html
This commit is contained in:
parent
8fc2ec9238
commit
3d2371f58c
10 changed files with 38 additions and 34 deletions
|
|
@ -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',
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue