1.1.7 • Published 6 years ago

laravel-mix-riot v1.1.7

Weekly downloads
12
License
MIT
Repository
github
Last release
6 years ago

laravel-mix-riot

Laravel Mix Plugin for RiotJS.

Usage

Install this package into your project:

npm install laravel-mix-riot --save-dev

Head over to your webpack.mix.js and register it on the Laravel Mix API:

let mix = require('laravel-mix');
mix.riot = require('laravel-mix-riot');

mix.riot('src/app.js', 'public/js');
1.1.7

6 years ago

1.1.6

6 years ago

1.1.5

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago