Skip to content

Commit

Permalink
Merge pull request #1173 from niels-van-den-broeck/feat/add-config-to…
Browse files Browse the repository at this point in the history
…-build

feat: add config in other builds than esm
  • Loading branch information
xdan authored Sep 16, 2024
2 parents 5f07091 + ab9e256 commit 7a489e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/webpack.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export default (
devtool: debug ? 'inline-source-map' : false,

entry: {
jodit: ['./src/index'],
jodit: ['./src/index', './src/config'],
...(!fat ? pluginsEntries : {})
},

Expand Down

0 comments on commit 7a489e3

Please sign in to comment.