mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
fix: update build scripts: core.js -> owl.js
This commit is contained in:
+2
-2
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user