fix: update build scripts: core.js -> owl.js

This commit is contained in:
Géry Debongnie
2019-03-28 10:55:42 +01:00
parent 7ac4e63e51
commit cb2e76498b
4 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -3,9 +3,9 @@ import git from "git-rev-sync";
// rollup.config.js
export default {
input: "dist/core/src/index.js",
input: "dist/owl/src/index.js",
output: {
file: "dist/core.js",
file: "dist/owl.js",
format: "iife",
name: "owl",
extend: true,