Skip to content

Commit

Permalink
feat(main): Change main import
Browse files Browse the repository at this point in the history
Can now require template instead of giving webpack config path to template file

BREAKING CHANGE: import usage
  • Loading branch information
jaketrent committed May 10, 2016
1 parent 1b8ff34 commit 49e3d4a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,12 @@ module.exports = {
new HtmlWebpackPlugin({
template: '../index.ejs',
title: 'My App',
baseHref: 'http://example.com/awesome',
mobile: true,
googleAnalytics: {
trackingId: 'UA-XXXX-XX',
pageViewOnLoad: true
},
devServer: 3000,
devServer: 'http://localhost:3001',
appMountId: 'app',
window: {
env: {
Expand Down

0 comments on commit 49e3d4a

Please sign in to comment.