aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2020-03-06 19:58:40 +0100
committerHakim El Hattab <hakim.elhattab@gmail.com>2020-03-06 19:58:40 +0100
commit608a7577bd47b626b51ba1e922a549a31fa4f458 (patch)
tree9e8c00fa9954308cc9c3d92599738e7a1ad00a84 /package.json
parent027dc259da986363a0c5a5294bcce35404c1c521 (diff)
downloadfosdem-2021-minimalism-presentation-608a7577bd47b626b51ba1e922a549a31fa4f458.tar
fosdem-2021-minimalism-presentation-608a7577bd47b626b51ba1e922a549a31fa4f458.tar.gz
:rotating_light: breaking change; move all compiled assets to /dist
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/package.json b/package.json
index a8937b1..05f91e6 100644
--- a/package.json
+++ b/package.json
@@ -49,6 +49,10 @@
"browser": true,
"es6": true
},
+ "parserOptions": {
+ "sourceType": "module",
+ "allowImportExportEverywhere": true
+ },
"globals": {
"head": false,
"module": false,