Skip to content

Commit

Permalink
address prettier issue
Browse files Browse the repository at this point in the history
  • Loading branch information
27medkamal committed Nov 16, 2023
1 parent 2ab75c3 commit 2c7f05d
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 @@ module.exports = {
library: 'Crunker',
libraryTarget: 'umd',
umdNamedDefine: true,
globalObject: 'typeof self !== \'undefined\' ? self : this',
globalObject: "typeof self !== 'undefined' ? self : this",
},
devtool: 'source-map',
module: {
Expand Down

0 comments on commit 2c7f05d

Please sign in to comment.