Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 309 Bytes

File metadata and controls

5 lines (4 loc) · 309 Bytes

Troubleshooting

webpack

  • Promise not found locally -> Fixed using es6 promise polyfill in webpack 'already added to webpack.config.base.js'
  • const is not allowed in strict mode -> Upgraded nodejs installed locally upgrade instructions via stackoverflow