From 5ac813f091188db761357ae214f56e360ab0b80c Mon Sep 17 00:00:00 2001 From: josdejong Date: Wed, 6 May 2020 20:22:49 +0200 Subject: [PATCH] Create dist/es folder for output bundle --- .gitignore | 2 +- public/examples/01_basic_usage.html | 2 +- public/index.html | 2 +- rollup.config.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 89cc368..109ef1f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ /node_modules/ -/public/build/ +/public/dist/ .DS_Store .idea \ No newline at end of file diff --git a/public/examples/01_basic_usage.html b/public/examples/01_basic_usage.html index 220cef4..68376b2 100644 --- a/public/examples/01_basic_usage.html +++ b/public/examples/01_basic_usage.html @@ -20,7 +20,7 @@