Created
November 16, 2018 21:05
-
-
Save zippaaa/783403261fa8eda11a98456b27135a06 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //webpack.mix.js | |
| const mix = require('laravel-mix'); | |
| /* | |
| |-------------------------------------------------------------------------- | |
| | Mix Asset Management | |
| |-------------------------------------------------------------------------- | |
| | | |
| */ | |
| let babel = Config.babel(); | |
| Config.babel = () => { | |
| babel.presets = ['es2017']; | |
| return babel; | |
| }; | |
| //..... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment