Skip to content

Commit

Permalink
Remove v8-lazy-parse-webpack-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Mitchell committed Sep 13, 2017
1 parent b115c87 commit 47e4940
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions webpack.config.babel.js
@@ -1,7 +1,6 @@
import webpack from 'webpack'
import ReplacePlugin from 'replace-bundle-webpack-plugin'
import path from 'path'
import V8LazyParseWebpackPlugin from 'v8-lazy-parse-webpack-plugin'
import CopyWebpackPlugin from 'copy-webpack-plugin'
const ENV = process.env.NODE_ENV || 'development'

Expand All @@ -13,7 +12,6 @@ const plugins = [
]

const productionPlugins = [
new V8LazyParseWebpackPlugin(),
new webpack.optimize.UglifyJsPlugin({
output: {
comments: false
Expand Down

0 comments on commit 47e4940

Please sign in to comment.