Skip to content

Commit

Permalink
Merge pull request #1039 from sacr3dc0w/theme-bundle
Browse files Browse the repository at this point in the history
Reduce theme bundle size by using minified libraries
  • Loading branch information
mjschock authored Jul 20, 2017
2 parents 469f1e6 + 0f7b428 commit d9a05d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
- Move some hard-coded validation messages to language file [#1040](https://github.com/bigcommerce/cornerstone/pull/1040)
- Use different id for gift cert in cart page [#1044](https://github.com/bigcommerce/cornerstone/pull/1044)
- Restore product image carousel [#1028](https://github.com/bigcommerce/cornerstone/pull/1028)
- Reduce theme bundle size by using minified libraries where applicable [#1039](https://github.com/bigcommerce/cornerstone/pull/1039)

## 1.9.0 (2017-07-18)
- Product Images were obscuring product details on smaller viewports [#1019](https://github.com/bigcommerce/cornerstone/pull/1019)
Expand Down
3 changes: 3 additions & 0 deletions webpack.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,12 @@ module.exports = {
],
resolve: {
alias: {
'async': path.resolve(__dirname, 'node_modules/async/dist/async.min.js'),
'html5-history-api': path.resolve(__dirname, 'node_modules/html5-history-api/history.min.js'),
jquery: path.resolve(__dirname, 'node_modules/jquery/dist/jquery.min.js'),
'jquery-zoom': path.resolve(__dirname, 'node_modules/jquery-zoom/jquery.zoom.min.js'),
jstree: path.resolve(__dirname, 'node_modules/jstree/dist/jstree.min.js'),
'pace': path.resolve(__dirname, 'node_modules/pace/pace.min.js'),
'slick-carousel': path.resolve(__dirname, 'node_modules/slick-carousel/slick/slick.min.js'),
},
},
Expand Down

0 comments on commit d9a05d8

Please sign in to comment.