Skip to content
This repository has been archived by the owner on Jun 19, 2018. It is now read-only.

Commit

Permalink
fix(templates): re-include html template files
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Lewis committed Mar 18, 2017
1 parent 3862363 commit c8d4240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.build.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ module.exports = env => {
}),
new ExtractTextPlugin('../css/' + cssFilename),
new webpack.DefinePlugin({
EXCLUDE_TEMPLATES: env.excludeTemplates
EXCLUDE_TEMPLATES: !!env.excludeTemplates
})
]
};
Expand Down

0 comments on commit c8d4240

Please sign in to comment.