@webpack-auto/loader
v0.1.14
Published
Now I’m the model of a modern major general / The venerated Virginian veteran whose men are all / Lining up, to put me up on a pedestal / Writin’ letters to relatives / Embellishin’ my elegance and eloquence / But the elephant is in the room / The truth i
Readme
Webpack Auto: Loader
It loads webpack-auto extensions from package.json dependencies.
Usage
file: webpack.config.js
'use strict';
const { loader } = require('@webpack-auto/loader');
const pageFeatureOptions = {
meta: {
description: 'Some fancy description for your application'
}
};
module.exports = loader().toConfig();