You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@mwernimont and I tried to work on this when discussing #6, but it needs more investigation. Running npm install webpack-cli --save does not seem to put webpack-cli under the dependencies in pacakge.json. We only have webpack-cli in devDependencies. This should be fine for now, but we might need this solved for when we go to Jenkins.
The text was updated successfully, but these errors were encountered:
@mwernimont and I tried to work on this when discussing #6, but it needs more investigation. Running
npm install webpack-cli --save
does not seem to put webpack-cli under thedependencies
in pacakge.json. We only have webpack-cli indevDependencies
. This should be fine for now, but we might need this solved for when we go to Jenkins.The text was updated successfully, but these errors were encountered: