babel-plugin-lodash to slim down bundle size by 300 KB
This commit is contained in:
parent
11d13445fb
commit
2ade375c20
2 changed files with 3 additions and 1 deletions
1
.babelrc
1
.babelrc
|
@ -4,6 +4,7 @@
|
|||
"es2015"
|
||||
],
|
||||
"plugins": [
|
||||
"lodash",
|
||||
"transform-class-properties"
|
||||
]
|
||||
}
|
||||
|
|
|
@ -21,17 +21,18 @@
|
|||
"autolinker": "0.17.1",
|
||||
"babel-cli": "6.11.4",
|
||||
"babel-loader": "6.2.4",
|
||||
"babel-plugin-lodash": "^3.2.9",
|
||||
"babel-plugin-transform-class-properties": "6.11.5",
|
||||
"babel-preset-es2015": "6.9.0",
|
||||
"babel-preset-react": "6.11.1",
|
||||
"backbone": "1.0.0",
|
||||
"csv-parse": "1.1.7",
|
||||
"lodash": "4.16.1",
|
||||
"node-uuid": "1.2.0",
|
||||
"react": "15.3.0",
|
||||
"react-dom": "15.3.0",
|
||||
"requirejs": "2.1.1",
|
||||
"socket.io": "0.9.12",
|
||||
"underscore": "1.4.4",
|
||||
"webpack": "1.13.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
Loading…
Reference in a new issue