mirror of
https://github.com/futurepress/epub.js.git
synced 2025-10-05 15:32:55 +02:00
Fix rollup input
This commit is contained in:
parent
6c8f02db9f
commit
dce1d943a9
2 changed files with 5 additions and 5 deletions
|
@ -14,7 +14,7 @@ const plugins = [
|
|||
|
||||
export default [
|
||||
{
|
||||
input: pkg.module,
|
||||
input: pkg.main,
|
||||
output: {
|
||||
name: "ePub",
|
||||
file: pkg.browser,
|
||||
|
@ -24,7 +24,7 @@ export default [
|
|||
},
|
||||
|
||||
{
|
||||
input: pkg.module,
|
||||
input: pkg.main,
|
||||
output: {
|
||||
name: "ePub",
|
||||
file: "./dist/epub.esm.js",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue