Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 226 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 226 Bytes

webpack-boilerplate

worth to mention:

  • in order to use async/await keywords make sure to install babel-polyfill and include it as an entrypoint in webpack.config.js like entrypoint: ['babel-polyfill', './main.ts']