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