0.0.0-beta.0 • Published 7 years ago
banner-js-webpack-plugin v0.0.0-beta.0
banner-js-webpack-plugin
append content before webpack entry bundle
inject your JS code before entry of webpack
Install
npm install banner-js-webpack-pluginPre
// webpack.config.js
const BannerJSPlugin = require('banner-js-webpack-plugin')// webpack.config.js
plugins: [
new BannerJSPlugin(function () {
// your code
})
]also,
// webpack.config.js
plugins: [
new BannerJSPlugin('function () {}')
]0.0.0-beta.0
7 years ago