mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2025-12-06 02:30:47 -08:00
feat: package noflo stdlib and show componentList
https://github.com/noflo/noflo-component-loader/issues/240
This commit is contained in:
parent
a547597261
commit
aa9edcb433
7 changed files with 113 additions and 5 deletions
|
|
@ -59,6 +59,8 @@ exports.main = _.compact([
|
|||
exports.renderer = _.compact([
|
||||
new webpack.DefinePlugin({
|
||||
'process.env.NODE_ENV': `"${process.env.NODE_ENV ?? 'production'}"`,
|
||||
// some noflo modules use process.env.NODE_DEBUG
|
||||
'process.env.NODE_DEBUG': 'false',
|
||||
// global: {},
|
||||
}),
|
||||
// new CspHtmlWebpackPlugin(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue