2016-08-10 21:36:11 +02:00
|
|
|
/**
|
|
|
|
* This is the main JS entry point in production builds.
|
|
|
|
*/
|
|
|
|
|
|
|
|
// Load the common index
|
2016-07-28 23:14:52 +02:00
|
|
|
const index = require("./index.all.js");
|
2016-08-10 21:36:11 +02:00
|
|
|
|
|
|
|
// Get the rendering function
|
2016-07-28 23:14:52 +02:00
|
|
|
const render = index.onWindowIntl();
|
2016-08-10 21:36:11 +02:00
|
|
|
|
|
|
|
// Perform i18n and render
|
2016-07-28 23:14:52 +02:00
|
|
|
index.Intl(render);
|