path-order-webpack-plugin
v0.1.1
Published
Webpack plugin that sort modules and chunks by file path
Downloads
4
Readme
path-order-webpack-plugin
Webpack plugin that sort modules and chunks by file path
Installation
npm install --save-dev path-order-webpack-plugin
Usage
In config file:
var WebpackPathOrderPlugin = require('path-order-webpack-plugin');
// ...
plugins: [
new WebpackPathOrderPlugin(),
]
// ...