mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
[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:
+1
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user