[FIX] owl: correct path for build script

This is a critical error, the build script was not updated to the
correct path...
This commit is contained in:
Géry Debongnie
2019-04-23 14:37:59 +02:00
parent a8e919f382
commit 79b97c6d24
+1 -1
View File
@@ -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",