Skip to content

Commit

Permalink
Remove unneeded url lib (facebook#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 011be91 commit acf5bae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion 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 acf5bae

Please sign in to comment.