1.1.7 • Published 7 years ago

laravel-mix-riot v1.1.7

Weekly downloads
12
License
MIT
Repository
github
Last release
7 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

7 years ago

1.1.6

7 years ago

1.1.5

7 years ago

1.1.4

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago