Replace Webpack to Vite (#1023)
* Add vite, typescript and prettier * Configure vite * Fix tsconfig error * Fix manifest json * Move manifest json to root * Bug fix * Move back manifest json to public
This commit is contained in:
@@ -9,7 +9,4 @@ import App from './app/pages/App';
|
||||
|
||||
settings.applyTheme();
|
||||
|
||||
ReactDom.render(
|
||||
<App />,
|
||||
document.getElementById('root'),
|
||||
);
|
||||
ReactDom.render(<App />, document.getElementById('root'));
|
||||
|
||||
Reference in New Issue
Block a user