mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
add test mode condition to rspack plugin
This commit is contained in:
@@ -74,7 +74,7 @@ const {
|
||||
getNpmCommand,
|
||||
} = require('meteor/tools-core/lib/npm');
|
||||
|
||||
if (isMeteorAppRun() || isMeteorAppBuild()) {
|
||||
if (isMeteorAppRun() || isMeteorAppBuild() || isMeteorAppTest()) {
|
||||
// Get entry points from Meteor configuration
|
||||
setGlobalState(GLOBAL_STATE_KEYS.INITIAL_ENTRYPONTS, getMeteorAppEntrypoints());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user