Webpack Laravel Mix Manifest Versions Save

ðŸķA webpack plugin that generates Laravel framework compatible mix-manifest.josn file.

v3.0.2

3 years ago
  • Remove unnecessary dependencies

v3.0.1

3 years ago

v3.0.0

3 years ago

important - Version 3.0 does not support webpack 4/3 and 2

2.2.1

3 years ago

Add CommonJS and ES(Babel) examplas

Fixed

  • CommonJS config using ES module exports.

v2.2.0

3 years ago

Rewrite the implementation code using TypeScript

Migrate

ES6

import WebpackLaravelMixManifest from 'webpack-laravel-mix-manifest'

👇

import { WebpackLaravelMixManifest } from 'webpack-laravel-mix-manifest';

CommonJS

const WebpackLaravelMixManifest= require('webpack-laravel-mix-manifest');

👇

const { WebpackLaravelMixManifest } = require('webpack-laravel-mix-manifest');```

2.1.5

4 years ago

The version only update npm package readme

2.1.4

4 years ago

The version only update npm package readme

2.1.3

4 years ago
  • Add support for multiple outputs from a single entry

2.1.2

4 years ago

2.1.1

4 years ago