Skip to content

Commit

Permalink
Update webpack.selenium.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Sumedha Pramod authored Aug 28, 2018
1 parent b2ba5df commit e008f68
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions build/webpack.selenium.config.js
Original file line number Diff line number Diff line change
@@ -1,15 +1,7 @@
require('babel-polyfill');

const isRelease = process.env.NODE_ENV === 'production';
const isDev = process.env.NODE_ENV === 'dev';

const path = require('path');
const commonConfig = require('./webpack.common.config');
const { UglifyJsPlugin } = require('webpack').optimize;
const OptimizeCssAssetsPlugin = require('optimize-css-assets-webpack-plugin');
const { BannerPlugin } = require('webpack');
const { BundleAnalyzerPlugin } = require('webpack-bundle-analyzer');
const license = require('./license');

/* eslint-disable key-spacing, require-jsdoc */
const config = Object.assign(commonConfig(), {
Expand Down

0 comments on commit e008f68

Please sign in to comment.