Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit 92f1cd0

Browse files
author
george
committed
update rollup paths to dist files
1 parent ac6d1da commit 92f1cd0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

rollup.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ import pkg from "./package.json"
88
// Base configurations for all bundles
99

1010
const inputs = {
11-
umd: path.resolve(__dirname, "../js/src/index.bundle.js"),
11+
umd: path.join(__dirname, "js/src/index.bundle.js"),
1212
}
1313

1414
const outputs = {
15-
umd: path.resolve(__dirname, "../dist/undernet.bundle.js"),
16-
umdMin: path.resolve(__dirname, `../dist/undernet.bundle.min.js`),
15+
umd: path.join(__dirname, "dist/undernet.bundle.js"),
16+
umdMin: path.join(__dirname, "dist/undernet.bundle.min.js"),
1717
}
1818

1919
const plugins = [

0 commit comments

Comments
 (0)