Rewirring paths to improve import names and such.
This commit is contained in:
parent
f52ee65c56
commit
e6de739d0c
22 changed files with 79 additions and 45 deletions
|
@ -22,7 +22,7 @@ import { babel } from "@rollup/plugin-babel"
|
|||
import cleanup from "rollup-plugin-cleanup"
|
||||
|
||||
const src = "./src/index.mjs"
|
||||
const dest = "../build/runtime-pyside6/LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/js/index.mjs"
|
||||
const dest = "../build/runtime-pyside6/LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/Common/index.mjs"
|
||||
|
||||
export default {
|
||||
input: src,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue