a light frontend environment through babelify
npm install babelify-implrequire() or import() phrase in javascript using browserify``bash`
$ npm i -D babelify-impl
---
Add following setting to the .env.
.env
babelify-impl settings
if compress: production, if dont compress: development
NODE_ENV=productionthe directory in which the file exists
JS_PATH=resources/js/the directory to which the file compressed
JS_DIST_PATH=public/js/
`---
$3
`
Usage: babelify-impl Commands
build build es6+
watch watch es6+
``