Skip to content

Commit

Permalink
fix bug with htmlWebpackPlugin.options.env
Browse files Browse the repository at this point in the history
  • Loading branch information
stoikerty committed Oct 18, 2016
1 parent 76c5c98 commit 48dbd40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/dev-toolkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dev-toolkit",
"version": "5.3.11",
"version": "5.3.12",
"description": "Development Toolkit for React Veterans",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/dev-toolkit/src/webpack/config/plugins.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ const productionPlugins = [

reactHtml: scriptOptions.dynamic ? '<!-- [[[reactHtml]]] -->' : '',
creatingBuild: true,
env: JSON.stringify(process.env),
env: process.env,
}),
new ScriptExtHtmlWebpackPlugin({
async: ['app'],
Expand Down

0 comments on commit 48dbd40

Please sign in to comment.