strip unnecessary imports from js app files

This commit is contained in:
Nabeel Shahzad
2018-03-27 18:18:25 -05:00
parent 1518b8d4f7
commit a1a8c6f141
18 changed files with 1508 additions and 299 deletions

View File

@@ -38,6 +38,7 @@
"x-editable": "1.5.1"
},
"devDependencies": {
"copy-webpack-plugin": "^4.5.1"
"copy-webpack-plugin": "^4.5.1",
"webpack-bundle-analyzer": "^2.11.1"
}
}