UNPKG
npm-addict
Version:
latest (0.12.4)
0.12.4
0.12.3
0.12.2
0.12.1
0.12.0
0.11.1
0.11.0
0.10.0
0.9.25
0.9.24
0.9.23
0.9.22
0.9.21
0.9.19
0.9.18
0.9.17
0.9.16
0.9.15
0.9.14
0.9.13
0.9.12
0.9.11
0.9.10
0.9.9
0.9.8
0.9.7
0.9.6
0.9.5
0.9.4
0.9.3
0.9.2
0.9.1
0.9.0
0.8.0
0.7.0
0.6.1
0.6.0
0.5.1
0.5.0
0.4.5
Your daily injection of npm packages
github.com/mvila/npm-addict
mvila/npm-addict
npm-addict
/
backend
/
index.js
6 lines
(4 loc)
•
95 B
JavaScript
View Raw
1
2
3
4
5
6
'use strict'
;
require
(
'babel-register'
);
require
(
'babel-polyfill'
);
require
(
'./application'
);