Closed arisgk closed 6 years ago
OS: Ubuntu 18.04.1 LTS Browser: Chrome/70.0.3538.67
Starting with a fresh project:
graphite
npm install
npm run start
Using an existing project:
src/components/helpers/prod.js
Should compile successfully
Compilation error
Add a src/components/helpers/prod.js file to the codebase (even an empty one)
Environment
OS: Ubuntu 18.04.1 LTS Browser: Chrome/70.0.3538.67
Steps to reproduce
Starting with a fresh project:
graphite
npm install
npm run start
Using an existing project:
src/components/helpers/prod.js
file (not included in the repo by default)npm install
npm run start
Expected result
Should compile successfully
Actual result
Compilation error
Potential solution
Add a
src/components/helpers/prod.js
file to the codebase (even an empty one)