Skip to content
Snippets Groups Projects
Commit 8ad01cf8 authored by Martin Ledvinka's avatar Martin Ledvinka
Browse files

Removed some obsolete JS dependencies. Modified pom to reduce JS footprint in build.

parent c6135f13
Branches master
No related tags found
No related merge requests found
......@@ -131,6 +131,12 @@
<configuration>
<failOnMissingWebXml>false</failOnMissingWebXml>
<warName>ear-setup</warName>
<warSourceExcludes>
node_modules/,package.json,.babelrc,.eslintrc
</warSourceExcludes>
<packagingExcludes>
node_modules/,package.json,.babelrc,.eslintrc
</packagingExcludes>
</configuration>
</plugin>
</plugins>
......
......@@ -34,8 +34,6 @@
"envify": "^3.4.0",
"eslint": "^2.10.2",
"eslint-plugin-react": "^5.1.1",
"jsdom": "^8.3.1",
"null-loader": "^0.1.1",
"uglify-js": "^2.6.2",
"watchify": "^3.7.0",
"webpack": "^1.12.15"
......
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