Skip to content
This repository has been archived by the owner on Sep 7, 2023. It is now read-only.

Commit

Permalink
fix(build): Correct name for umd module
Browse files Browse the repository at this point in the history
Signed-off-by: Jerome Simeon <[email protected]>
  • Loading branch information
jeromesimeon committed Mar 17, 2022
1 parent 6facaec commit b91d903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ergo-engine/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ module.exports = {
path: path.join(__dirname, 'umd'),
filename: 'ergo-engine.js',
library: {
name: 'markdown-pdf',
name: 'ergo-engine',
type: 'umd',
},
umdNamedDefine: true,
Expand Down

0 comments on commit b91d903

Please sign in to comment.