webpack.config.js
const path = require('path')
const webpack = require('webpack')
module.exports = {
...
plugins: [
new webpack.BannerPlugin('最終版權歸 小可愛 所有')
]
}
webpack.config.js
const path = require('path')
const webpack = require('webpack')
module.exports = {
...
plugins: [
new webpack.BannerPlugin('最終版權歸 小可愛 所有')
]
}