How to use webpack-laravel-mix-manifest - 1 common examples

To help you get started, we’ve selected a few webpack-laravel-mix-manifest examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github devisephp / cms / vue / mix / DeviseMix.js View on Github external
//           }
      //         },
      //         extensions: ['html', 'js', 'php', 'vue']
      //       }
      //     ]
      //   })
      // )
    }

    plugins.push(
      // new ExtractTextPlugin("css/devise.css")
    )

    plugins.push(
      // Builds Laravel Mix compatible manifest file
      new WebpackLaravelMixManifest()
    )

    return plugins
  }

webpack-laravel-mix-manifest

🐶A webpack plugin that generates Laravel framework compatible mix-manifest.josn file.

MIT
Latest version published 2 years ago

Package Health Score

52 / 100
Full package analysis

Popular webpack-laravel-mix-manifest functions