Commit 133e42de authored by Matthew Taylor's avatar Matthew Taylor Committed by Ray Schamp

Update to beta 1

locales configuration not loaded automatically anymore, so we need to load react-intl with locales included into the browser ahead of time
parent 731f6a93
......@@ -48,6 +48,7 @@
<!-- Scripts -->
<script src="/js/lib/react{{min}}.js"></script>
<script src="/js/lib/react-dom{{min}}.js"></script>
<script src="/js/lib/react-intl-with-locales{{min}}.js"></script>
<script src="/js/lib/raven.min.js"></script>
<script src="/js/main.bundle.js"></script>
......
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -21,7 +21,8 @@ module.exports = {
externals: {
'react': 'React',
'react/addons': 'React',
'react-dom': 'ReactDOM'
'react-dom': 'ReactDOM',
'react-intl': 'ReactIntl'
},
output: {
path: path.resolve(__dirname, 'build/js'),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment