We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
import "babel-polyfill"
1 parent b332abb commit 9253ce9Copy full SHA for 9253ce9
src/bin/npm-run-all.js
@@ -6,6 +6,8 @@
6
* See LICENSE file in root directory for full license.
7
*/
8
9
+import "babel-polyfill";
10
+
11
/**
12
* The main process of `npm-run-all` command.
13
*
0 commit comments