Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 489 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 489 Bytes

SEED ES6-webpack

A simple client on ES6

If you need to be compatible with internet explorer or older browser you should install babel polyfill with npm i @babel/polyfill and add this on webpack.config.js .entry[0]: '@babel/polyfill'

TODO:

  • Test
  • Coverage

How to use it

Remember: On production mode comment the line: devtool: 'inline-source-map', and uncomment on developer mode on webpack.config.js

ES6-boilerplate