Commit 8ff81f74 authored by chris-bateman's avatar chris-bateman
Browse files

Buffer Polyfill for WP5

parent 5ca0cf82
No related merge requests found
Showing with 3 additions and 0 deletions
......@@ -36,6 +36,9 @@ module.exports = {
filename: "./css/[name]-[hash].css",
chunkFilename: "[id].css"
}),
new webpack.ProvidePlugin({
Buffer: ['buffer', 'Buffer'],
}),
],
module: {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment