| Observation #2: If I update the "src/index.js" file with
import { OfflineClient } from '@aerogear/voyager-client';
and build the project, I receive a valid error message:
ERROR in ./src/index.js
Module not found: Error: Can't resolve '@aerogear/voyager-client' in '/home/jstaffor/repos/webpack-getting-started/src'
@ ./src/index.js 4:0-57
This makes sense as I have not run
npm install @aerogear/voyager-client
|