Skip to content

Commit

Permalink
Remove unneeded url lib (#1715)
Browse files Browse the repository at this point in the history
Remove unused `url` import in Webpack config
  • Loading branch information
pd4d10 authored and gaearon committed Mar 4, 2017
1 parent b88d665 commit 72695a1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/react-scripts/config/webpack.config.prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ var HtmlWebpackPlugin = require('html-webpack-plugin');
var ExtractTextPlugin = require('extract-text-webpack-plugin');
var ManifestPlugin = require('webpack-manifest-plugin');
var InterpolateHtmlPlugin = require('react-dev-utils/InterpolateHtmlPlugin');
var url = require('url');
var paths = require('./paths');
var getClientEnvironment = require('./env');

Expand Down

0 comments on commit 72695a1

Please sign in to comment.