mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2025-12-06 02:30:47 -08:00
feat: autolayout
This commit is contained in:
parent
18fcf66bc6
commit
0fe256ef59
10 changed files with 223 additions and 16 deletions
|
|
@ -84,4 +84,13 @@ exports.renderer = _.compact([
|
|||
// eslint-disable-next-line @typescript-eslint/no-unsafe-call
|
||||
? new BundleAnalyzerPlugin({ generateStatsFile: true, analyzerMode: 'disabled', statsFilename: '../../out/webpack-stats-renderer.json' })
|
||||
: undefined,
|
||||
new CopyPlugin({
|
||||
patterns: [
|
||||
// similar to noflo-ui's webpack.config.js
|
||||
{
|
||||
from: 'node_modules/klayjs/klay.js',
|
||||
to: 'webWorkers/klayjs/klay.js',
|
||||
},
|
||||
],
|
||||
}),
|
||||
]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue