JSPM

laravel-mix-pluton

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

A Laravel Mix extension to easily configure the whitecube-pluton workflow

Package Exports

  • laravel-mix-pluton

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-pluton) 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-pluton

A Laravel Mix extension to easily configure Pluton

Installation

NPM

npm i laravel-mix-pluton --save-dev

Yarn

yarn add laravel-mix-pluton --dev

Usage

In your webpack.mix.js file:

require('laravel-mix-pluton');

mix.pluton('resources/js/parts');