Skip to content

Commit

Permalink
chore: 🔧 esModule
Browse files Browse the repository at this point in the history
  • Loading branch information
Leecason committed Mar 23, 2020
1 parent bbed8d5 commit 933ce9f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,15 @@ function getConfig ({
file,
format,
optimize,
esModule = false,
}) {
return {
input: path.resolve(srcDir, 'index.ts'),
output: {
file,
name: 'ElementTiptap',
format,
esModule,
globals: {
vue: 'Vue',
// TODO: tiptap
Expand Down

0 comments on commit 933ce9f

Please sign in to comment.