mister-bk / craft-plugin-mix

Helper plugin for Laravel Mix in Craft CMS templates

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Customize the mix config file

shaqaruden opened this issue · comments

With normal mix you edit webpack.mix.js. I don't see this file anywhere.

Shouldn't I need to run npm run dev to compile my js? I also want to add the tailwind larval mix plugin.

or do I still need to do the standard Laravel Mix install?

@shaqaruden The installation and usage of Mix is completely up to you.

This plugin only provides an easy way to include the files generated by Mix in your Craft template files.