fix(blocksBasic): add resolution for buffer

This commit is contained in:
Gervwyk 2020-10-31 11:47:30 +02:00
parent 833984853c
commit 4ff9b04b5d
2 changed files with 2 additions and 1 deletions

View File

@ -10,5 +10,5 @@
}
],
"@babel/preset-react"
],
]
}

View File

@ -30,6 +30,7 @@ module.exports = {
output: {
path: path.resolve(__dirname, 'dist'),
},
resolve: { fallback: { buffer: require.resolve('buffer/') } },
module: {
rules: [
// TODO: FIXME: do NOT webpack 5 support with this