Skip to content

Commit

Permalink
Update webpack.plugins.js
Browse files Browse the repository at this point in the history
  • Loading branch information
linonetwo committed Jul 16, 2024
1 parent 4f64e1f commit daca397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.plugins.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ exports.main = _.compact([
// when using npm, we can use this. But with pnpm, this won't work ↓
// include: path.join(__dirname, 'node_modules', '.pnpm', '@tiddlygit', 'tiddlywiki'),
}),
platform === 'win32'
process.platform === 'win32'
? undefined
: new ExternalsPlugin({
type: 'commonjs',
Expand Down

0 comments on commit daca397

Please sign in to comment.