We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 020869a commit 3f60047Copy full SHA for 3f60047
poi.js
@@ -3,9 +3,8 @@ const colors = require('@poi/dev-utils/colors')
3
4
exports.name = 'loading-screen'
5
6
-exports.when = api => api.args.has('s') || api.args.has('serve')
7
-
8
exports.apply = api => {
+ if (!api.args.has('s') && !api.args.has('serve')) return
9
/**
10
* Prepare arguments for open browser
11
*/
0 commit comments