Merge pull request #311 from mridgway/fixHybridExample

[skip ci] Fix hybrid-routing example
This commit is contained in:
Tobias Koppers 2014-06-12 06:23:50 +02:00
commit 01cc21d54f
1 changed files with 2 additions and 1 deletions

View File

@ -11,6 +11,7 @@ module.exports = {
},
output: {
path: path.join(__dirname, "js"),
publicPath: 'js/',
filename: "[name].bundle.js",
chunkFilename: "[id].chunk.js"
},
@ -20,4 +21,4 @@ module.exports = {
new CommonsChunkPlugin("commons.js")
// The pages cannot run without the commons.js file now.
]
}
}