Skip to content

Commit

Permalink
docs(demo): fix demo
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Lewis committed Mar 10, 2017
1 parent 6e6664e commit 6f30ab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default {
contentBase: 'demo'
},
plugins: [
new webpack.HotModuleReplacementPlugin(),
...(IS_PROD ? [] : [new webpack.HotModuleReplacementPlugin()]),
new webpack.DefinePlugin({
ENV: JSON.stringify(IS_PROD ? 'production' : 'development')
}),
Expand Down

0 comments on commit 6f30ab2

Please sign in to comment.