From 79b97c6d24521c940f5eeeafc34dd7765c7b4772 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9ry=20Debongnie?= Date: Tue, 23 Apr 2019 14:37:59 +0200 Subject: [PATCH] [FIX] owl: correct path for build script This is a critical error, the build script was not updated to the correct path... --- rollup.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rollup.config.js b/rollup.config.js index 91d58a8a..cf0f7171 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -3,7 +3,7 @@ import git from "git-rev-sync"; // rollup.config.js export default { - input: "dist/owl/src/index.js", + input: "dist/owl/index.js", output: { file: "dist/owl.js", format: "iife",