mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
imp: rename library into owl
This commit is contained in:
+2
-2
@@ -7,8 +7,8 @@ export default {
|
||||
output: {
|
||||
file: "dist/core.js",
|
||||
format: "iife",
|
||||
name: "odoo",
|
||||
name: "owl",
|
||||
extend: true,
|
||||
outro: `exports.core._version = '${version}';\nexports.core._date = '${new Date().toISOString()}';\nexports.core._hash = '${git.short()}';`
|
||||
outro: `exports._version = '${version}';\nexports._date = '${new Date().toISOString()}';\nexports._hash = '${git.short()}';`
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user