mirror of
https://github.com/lowdefy/lowdefy.git
synced 2025-03-31 15:20:32 +08:00
fix(blocksBasic): add resolution for buffer
This commit is contained in:
parent
833984853c
commit
4ff9b04b5d
@ -10,5 +10,5 @@
|
||||
}
|
||||
],
|
||||
"@babel/preset-react"
|
||||
],
|
||||
]
|
||||
}
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user