Skip to content

Commit

Permalink
adding link to discussion
Browse files Browse the repository at this point in the history
  • Loading branch information
shelldandy committed May 11, 2018
1 parent c544193 commit 6417580
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/posts/shopify-webpack-codesplit.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ __webpack_public_path__ = myRuntimePublicPath
// rest of your application entry
```

> See this discussion for more information on __webpack_public_path__.
> See this [discussion](https://github.com/webpack/webpack/issues/2776#issuecomment-233208623) for more information on __webpack_public_path__.
BINGO!!

Expand Down Expand Up @@ -79,7 +79,7 @@ module.exports = {
// rest of config blah blah
output: {
// rest of output blah
chunkFilename: '[name].chunk.[chunkhash:5].js',
chunkFilename: '[name].chunk.[chunkhash:5].js',
}
}
```
Expand Down

0 comments on commit 6417580

Please sign in to comment.