Skip to content
This repository has been archived by the owner on Apr 23, 2022. It is now read-only.

Commit

Permalink
fix: Remove lodash-webpack-plugin
Browse files Browse the repository at this point in the history
Since it breaks pacakged Chrome extension
  • Loading branch information
henry40408 committed May 18, 2018
1 parent cd4efc2 commit 5b3f66c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@
"gulp-tag-version": "1.x.x",
"gulp-util": "3.x.x",
"gulp-zip": "4.x.x",
"lodash-webpack-plugin": "~0.11.5",
"require-dir": "0.x.x",
"uglifyjs-webpack-plugin": "~1.2.5",
"vinyl-named": "1.x.x",
Expand Down
2 changes: 0 additions & 2 deletions tasks/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import plumber from 'gulp-plumber'
import livereload from 'gulp-livereload'
import args from './lib/args'
import * as webpackBundleAnalyzer from 'webpack-bundle-analyzer'
import LodashModuleReplacementPlugin from 'lodash-webpack-plugin'
import UglifyJsPlugin from 'uglifyjs-webpack-plugin'

const ENV = args.production ? 'production' : 'development'
Expand All @@ -27,7 +26,6 @@ gulp.task('scripts', (cb) => {
plugins: (
args.production ? [
new UglifyJsPlugin(),
new LodashModuleReplacementPlugin()
] : [
new webpack.NamedModulesPlugin()
]
Expand Down
6 changes: 0 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6331,12 +6331,6 @@ lodash-es@^4.2.1:
version "4.17.5"
resolved "https://registry.yarnpkg.com/lodash-es/-/lodash-es-4.17.5.tgz#9fc6e737b1c4d151d8f9cae2247305d552ce748f"

lodash-webpack-plugin@~0.11.5:
version "0.11.5"
resolved "https://registry.yarnpkg.com/lodash-webpack-plugin/-/lodash-webpack-plugin-0.11.5.tgz#c4bd064b4f561c3f823fa5982bdeb12c475390b9"
dependencies:
lodash "^4.17.4"

lodash._baseassign@^3.0.0:
version "3.2.0"
resolved "https://registry.yarnpkg.com/lodash._baseassign/-/lodash._baseassign-3.2.0.tgz#8c38a099500f215ad09e59f1722fd0c52bfe0a4e"
Expand Down

0 comments on commit 5b3f66c

Please sign in to comment.