Assets

We use Laravel Mix to compile frontend assets. Behind the scenes this uses Webpack.

To configure this compilation, edit webpack.mix.js. If you need direct control over webpack you can edit webpack.config.js but you probably don't want to do that.

Compiling

For development

npm run dev

or

npm run watch

For production

npm run production