Webpack4 template

use webpack4

run or build

# add node_modules
$ yarn

# watch dev mode
$ yarn run start

# run build
$ yarn run build