Skip to content

Commit

Permalink
removing vuln packages
Browse files Browse the repository at this point in the history
  • Loading branch information
nsjames committed Dec 9, 2019
1 parent c07154c commit 9ca1cd2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 199 deletions.
2 changes: 0 additions & 2 deletions package.json
Expand Up @@ -25,12 +25,10 @@
"babel-preset-minify": "^0.5.0-alpha.3cc09dcf",
"chai": "^4.1.2",
"concurrently": "^4.0.1",
"copy-webpack-plugin": "^5.0.4",
"cross-env": "^6.0.3",
"isomorphic-fetch": "^2.2.1",
"lerna": "^3.15.0",
"mocha": "^6.2.2",
"uglifyjs-webpack-plugin": "^1.3.0",
"webpack": "^4.17.2",
"webpack-cli": "^3.1.0"
}
Expand Down
3 changes: 1 addition & 2 deletions webpack.config.js
@@ -1,6 +1,5 @@
const path = require('path');
const webpack = require('webpack')
const UglifyJsPlugin = require('uglifyjs-webpack-plugin');
const fs = require('fs');

const getPackagePath = x => `./packages/${x}/src/index.js`;
Expand Down Expand Up @@ -38,7 +37,7 @@ module.exports = {
],
},
plugins: [
// new UglifyJsPlugin()

],
stats: { colors: true },
// devtool: false,
Expand Down

0 comments on commit 9ca1cd2

Please sign in to comment.