mirror of https://github.com/webpack/webpack.git
Merge pull request #311 from mridgway/fixHybridExample
[skip ci] Fix hybrid-routing example
This commit is contained in:
commit
01cc21d54f
|
|
@ -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.
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue