mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-11 10:06:53 +08:00
fc961b570c
Closes SCI-3590
13 lines
429 B
JavaScript
13 lines
429 B
JavaScript
// After upgrading webpacker to 4.0.0 this causes issues.
|
|
// When reviving the project it will have to be changed anyway
|
|
|
|
//import "babel-polyfill";
|
|
//import "intl";
|
|
//import "intl/locale-data/jsonp/en-US.js"
|
|
//import React from "react";
|
|
//import ReactDOM from "react-dom";
|
|
//import App from "../src/";
|
|
|
|
//document.addEventListener("DOMContentLoaded", () => {
|
|
//ReactDOM.render(<App />, document.getElementById("root"));
|
|
//});
|