mirror of
https://github.com/comatory/fb2iCal
synced 2025-01-29 00:19:22 +01:00
fix: add missing Buffer polyfill
This commit is contained in:
parent
1b0bb1c2a2
commit
d128b6557d
@ -59,6 +59,9 @@ module.exports = {
|
||||
],
|
||||
},
|
||||
plugins: [
|
||||
new webpack.ProvidePlugin({
|
||||
Buffer: ['buffer', 'Buffer'],
|
||||
}),
|
||||
new HtmlWebpackPlugin({
|
||||
template: path.join(__dirname, 'lib', 'static', 'index.html'),
|
||||
version: pkg.version,
|
||||
|
Loading…
x
Reference in New Issue
Block a user