assets-and-replace-webpack-plugin
1.0.3 • Public • Published assets-and-replace-webpack-plugin
new AssetsAndReplaceWebpackPlugin({
path: '.',
prettyPrint: true,
filename: 'chunksname.js',
pages: [
{entry: path.resolve(__dirname, './a.dev.jsp'), output: path.resolve(__dirname, './a.jsp'), matches: {js: 'main'}}
],
//照样生成文件,用于对比
processOutput: function (assets) {
return JSON.stringify(assets);
}
})
Versions
Version | Downloads (Last 7 Days) | Tag |
---|
1.0.3 | 1 | latest |
Version History
Version | Downloads (Last 7 Days) | Published |
---|
1.0.3 | 1 | |
1.0.2 | 0 | |
1.0.1 | 0 | |
1.0.0 | 0 | |
Package Sidebar
Install
npm i assets-and-replace-webpack-plugin
Weekly Downloads