JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 28
  • Score
    100M100P100Q58559F
  • License MIT

Laravel Mix RiotJS

Package Exports

  • laravel-mix-riot

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (laravel-mix-riot) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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');