-
Notifications
You must be signed in to change notification settings - Fork 0
/
note.js
49 lines (36 loc) · 1.02 KB
/
note.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
//.babelrc page "es2015" and "babel-preset-es2015": "^6.24.1", module in package json
// {
// "presets": [
// ["env", {
// "modules": false,
// "targets": {
// "browsers": ["last 2 versions", "> 2%"]
// }
// }],
// "stage-3",
// "es2015"
// ],
// "plugins": ["transform-vue-jsx", "transform-runtime"],
// "env": {
// "test": {
// "presets": ["env", "stage-3"],
// "plugins": ["transform-vue-jsx", "transform-es2015-modules-commonjs", "dynamic-import-node"]
// }
// }
//}
//pre-line. "react-loadable": "^5.3.1",
//76-line
// "react-measure": "^1.4.5",
// //
////
// "sanitize-html-react": "^1.13.0",
//to update the bundles we need to run below like commands dev,prod, production
// npm run dev
//try
//forever start --spinSleepTime 10000 src/serverMainEntery.js
//else
// npm run dev
//or run below with out "nmp run"
//node ./src/serverMainEntery.js //because some times server neet to connect DB sucessfully
//sudo forever list
//forever stop 0