Little tweaks
This commit is contained in:
parent
c6a06916b0
commit
5b6cd08c05
4
Procfile
4
Procfile
@ -1,2 +1,2 @@
|
||||
react: npm run react-start
|
||||
electron: npm run electron-start
|
||||
react: yarn react-start
|
||||
electron: yarn electron-start
|
||||
|
@ -1,4 +1,4 @@
|
||||
import App from './App';
|
||||
import App from '../src/App';
|
||||
import { render } from 'inferno';
|
||||
|
||||
it('renders without crashing', () => {
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "film-exif-electron",
|
||||
"version": "0.1.0",
|
||||
"version": "0.2.0",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"dotenv": "5.0.1",
|
||||
@ -91,10 +91,6 @@
|
||||
"transformIgnorePatterns": [
|
||||
"[/\\\\]node_modules[/\\\\].+\\.(js|jsx|mjs)$"
|
||||
],
|
||||
"moduleNameMapper": {
|
||||
"^react$": "inferno-compat",
|
||||
"^react-dom$": "inferno-compat"
|
||||
},
|
||||
"moduleFileExtensions": [
|
||||
"web.js",
|
||||
"mjs",
|
||||
|
Loading…
Reference in New Issue
Block a user