Skip to content

Commit

Permalink
Update webpack.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
dotoritos-kim committed Jan 30, 2024
1 parent 0a2c321 commit 0235b3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default {
publicPath: '/',
chunkFormat: 'module',
library: 'DxfParser',
libraryTarget: 'umd'
libraryTarget: 'commonjs2'
},
experiments: {
outputModule: true,
Expand Down

0 comments on commit 0235b3d

Please sign in to comment.