mix-manifest-path-resolve

0.1.0 • Public • Published

mix-manifest-path-resolve

install

npm install mix-manifest-path-resolve

usage

const MixManifestPathResolvePlugin = require('mix-manifest-path-resolve');

mix.webpackConfig({
  plugins: [
    new MixManifestPathResolvePlugin('/path/to')
  ]
})

output mix-manifest.json

{
-  "/js/home.js": "/js/home.js"
+  "/js/home.js": "/path/to/js/home.js"
}

syntax

MixManifestPathResolvePlugin(documentRoot, [, publicPath])

parameters

documentRoot subdirectory path specified in the document root

publicPath [optional] path to the public directory of laravel

return value

undefined

Readme

Keywords

Package Sidebar

Install

npm i mix-manifest-path-resolve

Weekly Downloads

2

Version

0.1.0

License

MIT

Unpacked Size

1.77 kB

Total Files

3

Last publish

Collaborators

  • tikeda