Created
May 28, 2020 10:10
-
-
Save keidarcy/935c4b848d1e2ebefaa4a11f96827114 to your computer and use it in GitHub Desktop.
laravel-mix.js
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
const mix = require('laravel-mix') | |
mix.babelConfig({ | |
plugins: ['@babel/plugin-proposal-class-properties'] | |
}) | |
mix | |
.react('resources/js/app.js', 'public/js') | |
.sass('resources/sass/app.scss', 'public/css') | |
.disableSuccessNotifications() | |
.version() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment