Skip to content

Commit

Permalink
Merge pull request #147 from marp-team/hotfix-marpit-plugin
Browse files Browse the repository at this point in the history
Mark Marpit plugin interface as external in rollup
  • Loading branch information
yhatt authored Jan 17, 2020
2 parents a057372 + b611737 commit 2210511
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased]

### Fixed

- v1.0.0 throws "z is not a function" ([#146](https://github.com/marp-team/marp-core/issues/146), [#147](https://github.com/marp-team/marp-core/pull/147))

## v1.0.0 - 2020-01-13

### Breaking
Expand Down
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export default [
plugins,
},
{
external: Object.keys(pkg.dependencies),
external: [...Object.keys(pkg.dependencies), '@marp-team/marpit/plugin'],
input: `src/${path.basename(pkg.main, '.js')}.ts`,
output: { exports: 'named', file: pkg.main, format: 'cjs' },
plugins,
Expand Down

0 comments on commit 2210511

Please sign in to comment.