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