single-spa-filelist-webpack-plugin
v1.0.2
Published
single-spa-filelist-webpack-plugin
Maintainers
Readme
##Install
npm install --save-dev single-spa-filelist-webpack-plugin##Usage
const filelistWebpackPlugin = require('single-spa-filelist-webpack-plugin');
module.exports = {
plugins: [
new SingleSpaFileListPlugin({
filename:`xx_assets`
}),
]
}##Output xx_assets.js
var xx_asset = {
css:['xxx'],
js:['xxx']
}