mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-14 00:54:32 +08:00
Comment out index.jsx
Closes SCI-3590
This commit is contained in:
parent
df3289c6f3
commit
fc961b570c
1 changed files with 12 additions and 9 deletions
|
@ -1,10 +1,13 @@
|
|||
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/";
|
||||
// After upgrading webpacker to 4.0.0 this causes issues.
|
||||
// When reviving the project it will have to be changed anyway
|
||||
|
||||
document.addEventListener("DOMContentLoaded", () => {
|
||||
ReactDOM.render(<App />, document.getElementById("root"));
|
||||
});
|
||||
//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"));
|
||||
//});
|
||||
|
|
Loading…
Add table
Reference in a new issue