Skip to content
Snippets Groups Projects
Commit 35fc1fa7 authored by lain's avatar lain
Browse files

Add lodash transformation to save a few kbs.

parent 4e366f27
No related branches found
No related tags found
No related merge requests found
{
"presets": ["es2015", "stage-2"],
"plugins": ["transform-runtime"],
"plugins": ["transform-runtime", "lodash"],
"comments": false
}
......@@ -14,6 +14,7 @@
},
"dependencies": {
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-lodash": "^3.2.11",
"diff": "^3.0.1",
"karma-mocha-reporter": "^2.2.1",
"node-sass": "^3.10.1",
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment