Skip to content

Commit

Permalink
drop lodash webpack plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno12mota committed Nov 11, 2016
1 parent 2c6d248 commit 63bc9f1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion package.json
Expand Up @@ -42,7 +42,6 @@
"kerberos": "^0.0.21",
"keymaster": "git+https://github.com/relax/keymaster.git",
"lodash": "^4.16.6",
"lodash-webpack-plugin": "^0.10.5",
"medium-editor": "git+https://github.com/relax/medium-editor.git",
"mkdirp": "^0.5.1",
"moment": "^2.10.6",
Expand Down
2 changes: 0 additions & 2 deletions webpack/prod/webpack.config.js
Expand Up @@ -4,7 +4,6 @@ var nodeExternals = require('webpack-node-externals');
var autoprefixer = require('autoprefixer');
var ExtractTextPlugin = require('extract-text-webpack-plugin');
var CopyWebpackPlugin = require('copy-webpack-plugin');
var LodashModuleReplacementPlugin = require('lodash-webpack-plugin');
var path = require('path');

var commonResolve = {
Expand Down Expand Up @@ -57,7 +56,6 @@ module.exports = [
},
resolve: commonResolve,
plugins: [
new LodashModuleReplacementPlugin,
new webpack.NoErrorsPlugin(),
new webpack.DefinePlugin({
'process.env': {
Expand Down
6 changes: 0 additions & 6 deletions yarn.lock
Expand Up @@ -2960,12 +2960,6 @@ lodash-es@^4.2.1:
version "4.16.4"
resolved "https://registry.yarnpkg.com/lodash-es/-/lodash-es-4.16.4.tgz#4dc3e2cf33a8c343028aa7f7e06d1c9697042599"

lodash-webpack-plugin:
version "0.10.5"
resolved "https://registry.yarnpkg.com/lodash-webpack-plugin/-/lodash-webpack-plugin-0.10.5.tgz#d1f0070791c74e46dc74be4913f96645de79f9e5"
dependencies:
lodash "^4.16.6"

lodash._arraycopy@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/lodash._arraycopy/-/lodash._arraycopy-3.0.0.tgz#76e7b7c1f1fb92547374878a562ed06a3e50f6e1"
Expand Down

0 comments on commit 63bc9f1

Please sign in to comment.