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