See how a minor change to your commit message style can make you a better programmer.
Format: <type>(<scope>): <subject>
<scope> is optional
| Add the following config at the beginning of webpack.mix.js. | |
| let mix = require('laravel-mix'); | |
| const path = require('path') | |
| mix.webpackConfig({ | |
| resolve: { | |
| extensions: ['.js', '.vue', '.json'], | |
| alias: { | |
| '@components': path.resolve(__dirname, 'resources/js/app/components'), |