We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46eb7ce commit 6dbced3Copy full SHA for 6dbced3
tnoodle-ui/package.json
@@ -10,9 +10,9 @@
10
"react-scripts": "0.9.5"
11
},
12
"scripts": {
13
- "start": "react-scripts start",
14
- "build": "react-scripts build",
15
- "test": "react-scripts test --env=jsdom",
16
- "eject": "react-scripts eject"
+ "start": "NODE_PATH=src react-scripts start",
+ "build": "NODE_PATH=src react-scripts build",
+ "test": "NODE_PATH=src react-scripts test --env=jsdom",
+ "eject": "NODE_PATH=src react-scripts eject"
17
}
18
tnoodle-ui/src/App.js
@@ -1,6 +1,6 @@
1
import React, { Component } from 'react';
2
-import logo from './logo.svg';
3
-import './App.css';
+import logo from 'logo.svg';
+import 'App.css';
4
5
class App extends Component {
6
render() {
0 commit comments