Skip to content

Commit

Permalink
fix: move dependencies out of footer
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Butterworth committed May 10, 2019
1 parent 46d464d commit 21d7fe0
Show file tree
Hide file tree
Showing 7 changed files with 6,648 additions and 5,358 deletions.
12 changes: 12 additions & 0 deletions config/webpack.prod.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,18 @@ module.exports = Merge.smart(commonConfig, {
amd: 'ReactDOM',
root: 'ReactDOM',
},
'react-intl': {
commonjs: 'react-intl',
commonjs2: 'react-intl',
amd: 'ReactIntl',
root: 'ReactIntl',
},
'@edx/paragon': {
commonjs: '@edx/paragon',
commonjs2: '@edx/paragon',
amd: 'Paragon',
root: 'Paragon',
},
},
plugins: [
// Cleans the dist directory before each build
Expand Down
Loading

0 comments on commit 21d7fe0

Please # to comment.