Skip to content

Commit

Permalink
Update webpack.config.dev.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Thien Do committed Nov 20, 2016
1 parent 445048b commit ca8e0c5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/react-scripts/config/webpack.config.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -185,9 +185,7 @@ module.exports = {
// Makes the public URL available as %PUBLIC_URL% in index.html, e.g.:
// <link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico">
// In development, this will be an empty string.
new InterpolateHtmlPlugin({
PUBLIC_URL: publicUrl
}),
new InterpolateHtmlPlugin(env['process.env']),
// Generates an `index.html` file with the <script> injected.
new HtmlWebpackPlugin({
inject: true,
Expand Down

0 comments on commit ca8e0c5

Please sign in to comment.