mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2025-12-15 07:00:28 -08:00
Update webpack.plugins.js
This commit is contained in:
parent
4f64e1f0de
commit
daca397ea5
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ exports.main = _.compact([
|
||||||
// when using npm, we can use this. But with pnpm, this won't work ↓
|
// when using npm, we can use this. But with pnpm, this won't work ↓
|
||||||
// include: path.join(__dirname, 'node_modules', '.pnpm', '@tiddlygit', 'tiddlywiki'),
|
// include: path.join(__dirname, 'node_modules', '.pnpm', '@tiddlygit', 'tiddlywiki'),
|
||||||
}),
|
}),
|
||||||
platform === 'win32'
|
process.platform === 'win32'
|
||||||
? undefined
|
? undefined
|
||||||
: new ExternalsPlugin({
|
: new ExternalsPlugin({
|
||||||
type: 'commonjs',
|
type: 'commonjs',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue