mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2025-12-06 02:30:47 -08:00
fix: test runner
This commit is contained in:
parent
3392f01fa9
commit
1f34fba261
11 changed files with 13 additions and 7 deletions
|
|
@ -19,7 +19,7 @@ exports.main = _.compact([
|
|||
// to is relative to ./.webpack/main/
|
||||
patterns: [{ from: 'localization', to: 'localization' }],
|
||||
}),
|
||||
process.env.NODE_ENV === 'production' &&
|
||||
['production', 'test'].includes(process.env.NODE_ENV) &&
|
||||
new EventHooksPlugin({
|
||||
afterEmit: async (compilation, done) => {
|
||||
console.log('Copying tiddlywiki dependency to dist');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue