1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-09-02 19:22:57 +02:00

🚨 breaking change; move all compiled assets to /dist

This commit is contained in:
Hakim El Hattab
2020-03-06 19:58:40 +01:00
parent 027dc259da
commit 608a7577bd
23 changed files with 362 additions and 40 deletions

View File

@@ -49,6 +49,10 @@
"browser": true,
"es6": true
},
"parserOptions": {
"sourceType": "module",
"allowImportExportEverywhere": true
},
"globals": {
"head": false,
"module": false,