Skip to content

Commit

Permalink
chore(plugin-formula): add esm build plugins (#362)
Browse files Browse the repository at this point in the history
* chore(plugin-formula): add esm build plugins

* Create twenty-sheep-jam.md
  • Loading branch information
cycleccc authored Nov 20, 2024
1 parent dc49db5 commit 7b22f2d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/twenty-sheep-jam.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@wangeditor-next/plugin-formula": patch
---

chore(plugin-formula): add esm build plugins
5 changes: 5 additions & 0 deletions packages/plugin-formula/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ const esmConf = createRollupConfig({
format: 'esm',
name,
},
plugins: [
string({
include: '**/*.css',
}),
],
})

configList.push(esmConf)
Expand Down

0 comments on commit 7b22f2d

Please sign in to comment.